aboutsummaryrefslogtreecommitdiff
path: root/comms/spandsp-devel
diff options
context:
space:
mode:
authorRusmir Dusko <nemysis@FreeBSD.org>2013-11-18 21:17:31 +0000
committerRusmir Dusko <nemysis@FreeBSD.org>2013-11-18 21:17:31 +0000
commit3779d3a6b9e4424102c9c4de5b8568d3951cf840 (patch)
tree4ae85e5189e94249a8dc692e801e573189931813 /comms/spandsp-devel
parentad0d9a4150e39b59a52dcc76ce9977207ba69c9a (diff)
downloadports-3779d3a6b9e4424102c9c4de5b8568d3951cf840.tar.gz
ports-3779d3a6b9e4424102c9c4de5b8568d3951cf840.zip
Notes
Diffstat (limited to 'comms/spandsp-devel')
-rw-r--r--comms/spandsp-devel/Makefile18
1 files changed, 7 insertions, 11 deletions
diff --git a/comms/spandsp-devel/Makefile b/comms/spandsp-devel/Makefile
index e5d2fe63e01a..44d010592047 100644
--- a/comms/spandsp-devel/Makefile
+++ b/comms/spandsp-devel/Makefile
@@ -8,28 +8,24 @@ MASTER_SITES= http://www.soft-switch.org/downloads/spandsp/
PKGNAMESUFFIX= -devel
EXTRACT_SUFX= .tgz
-MAINTAINER= nemysis@gmx.ch
+MAINTAINER= nemysis@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>