diff options
author | nemysis <nemysis@FreeBSD.org> | 2013-11-19 05:17:31 +0800 |
---|---|---|
committer | nemysis <nemysis@FreeBSD.org> | 2013-11-19 05:17:31 +0800 |
commit | a7e5eab5bd4ad1a23e9afdf7b6ee72ada13037b3 (patch) | |
tree | 4ae85e5189e94249a8dc692e801e573189931813 /comms | |
parent | 5ebbd6d5faadd11004e7573f18df23e2f51686d5 (diff) | |
download | freebsd-ports-gnome-a7e5eab5bd4ad1a23e9afdf7b6ee72ada13037b3.tar.gz freebsd-ports-gnome-a7e5eab5bd4ad1a23e9afdf7b6ee72ada13037b3.tar.zst freebsd-ports-gnome-a7e5eab5bd4ad1a23e9afdf7b6ee72ada13037b3.zip |
- 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
Diffstat (limited to 'comms')
-rw-r--r-- | comms/spandsp-devel/Makefile | 18 |
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> |