diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-03-14 01:51:49 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-03-14 01:51:49 +0000 |
commit | be8c873a7db4d807afeff3b32f3ea62f32a54443 (patch) | |
tree | 947c857674cb39aabc0090575faf082e008bf5bc /net/opal/Makefile | |
parent | 2b9ef098003912be37f241af4e59e44b084ff782 (diff) | |
download | ports-be8c873a7db4d807afeff3b32f3ea62f32a54443.tar.gz ports-be8c873a7db4d807afeff3b32f3ea62f32a54443.zip |
Notes
Diffstat (limited to 'net/opal/Makefile')
-rw-r--r-- | net/opal/Makefile | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/net/opal/Makefile b/net/opal/Makefile index 10517f59056f..205f557afca5 100644 --- a/net/opal/Makefile +++ b/net/opal/Makefile @@ -7,10 +7,11 @@ PORTNAME= openh323 PORTVERSION= 1.17.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://www.voxgratia.org/releases/ -DISTFILES= openh323-v1_17_3-src-tar.gz +DISTNAME= ${PORTNAME}-v${PORTVERSION:S/./_/g}-src- +EXTRACT_SUFX= tar.gz MAINTAINER= steve@energistic.com COMMENT= A H323 Video Conferencing library @@ -18,7 +19,7 @@ COMMENT= A H323 Video Conferencing library LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 \ pt_r.1:${PORTSDIR}/devel/pwlib -WRKSRC= ${WRKDIR}/openh323_v1_17_3 +WRKSRC= ${WRKDIR}/${PORTNAME}_v${PORTVERSION:S/./_/g} USE_BISON= yes USE_GMAKE= yes @@ -27,15 +28,16 @@ USE_AUTOTOOLS= autoconf:259 GNU_CONFIGURE= yes INSTALLS_SHLIB= yes +ALL_TARGET= optshared +CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -I${WRKSRC}/include" \ + LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" BUILDTIME="YES" +MAKE_ENV= BUILDTIME="YES" +NO_FILTER_SHLIBS= yes + .include <bsd.port.pre.mk> .if (${ARCH} == "amd64") || (${ARCH} == "ia64") || (${ARCH} == "sparc64") CFLAGS+= -fPIC .endif -CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -I${WRKSRC}/include" LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" BUILDTIME="YES" -NO_FILTER_SHLIBS= yes -ALL_TARGET= optshared -MAKE_ENV= BUILDTIME="YES" - .include <bsd.port.post.mk> |