svn commit: r334264 - head/comms/spandsp-devel
Rusmir Dusko
nemysis at FreeBSD.org
Mon Nov 18 21:17:32 UTC 2013
Author: nemysis
Date: Mon Nov 18 21:17:31 2013
New Revision: 334264
URL: http://svnweb.freebsd.org/changeset/ports/334264
Log:
- Change maintainer email to @FreeBSD.org
- Use the new format for LIB_DEPENDS
- USES gmake instead of USE_GMAKE
- USES pathfix instead of USE_GNOME gnomehack
- Support STAGEDIR
Approved by: pawel / wg (mentors, implicit
Modified:
head/comms/spandsp-devel/Makefile
Modified: head/comms/spandsp-devel/Makefile
==============================================================================
--- head/comms/spandsp-devel/Makefile Mon Nov 18 20:50:05 2013 (r334263)
+++ head/comms/spandsp-devel/Makefile Mon Nov 18 21:17:31 2013 (r334264)
@@ -8,28 +8,24 @@ MASTER_SITES= http://www.soft-switch.org
PKGNAMESUFFIX= -devel
EXTRACT_SUFX= .tgz
-MAINTAINER= nemysis at gmx.ch
+MAINTAINER= nemysis at FreeBSD.org
COMMENT= DSP library and software FAX machine
-LIB_DEPENDS= tiff:${PORTSDIR}/graphics/tiff
+LIB_DEPENDS= libtiff.so:${PORTSDIR}/graphics/tiff
WRKSRC= ${WRKDIR}/spandsp-${DISTVERSION:C/pre.*//}
-USE_AUTOTOOLS= libtool autoconf
-USE_GMAKE= yes
-USE_GNOME= gnomehack
+USES= gmake pathfix
+USE_AUTOTOOLS= libtool autoconf
GNU_CONFIGURE= yes
CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib" \
- -C
-
+ LDFLAGS="-L${LOCALBASE}/lib" -C
USE_LDCONFIG= yes
CONFLICTS= spandsp-[0-9]*
OPTIONS_DEFINE= DOXYGEN
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MDOXYGEN} && ${PORT_OPTIONS:MDOCS}
@@ -44,9 +40,9 @@ CONFIGURE_ARGS+=--disable-doc
post-install:
.if ${PORT_OPTIONS:MDOXYGEN} && ${PORT_OPTIONS:MDOCS}
- ${MKDIR} ${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
(cd ${WRKSRC}/doc && \
- ${COPYTREE_SHARE} \* ${DOCSDIR} "-type d -or -mindepth 1")
+ ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR} "-type d -or -mindepth 1")
.endif
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list