diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-07-30 19:12:51 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-07-30 19:12:51 +0000 |
commit | f4331a7e1274360f75d90acbcd6d6707b09f2c20 (patch) | |
tree | 19551cf8dc63f718bfc8bbc9e4e8efb1fadb8608 /net-im/gale/Makefile | |
parent | 76c2f42c81f9d1f018c1a9596e454c5ca94020f5 (diff) | |
download | ports-f4331a7e1274360f75d90acbcd6d6707b09f2c20.tar.gz ports-f4331a7e1274360f75d90acbcd6d6707b09f2c20.zip |
Notes
Diffstat (limited to 'net-im/gale/Makefile')
-rw-r--r-- | net-im/gale/Makefile | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/net-im/gale/Makefile b/net-im/gale/Makefile index 53b43ae35de1..db3278e69713 100644 --- a/net-im/gale/Makefile +++ b/net-im/gale/Makefile @@ -3,22 +3,21 @@ PORTNAME= gale PORTVERSION= 0.99f -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-im MASTER_SITES= http://download.ofb.net/${PORTNAME}/ DISTNAME= ${PORTNAME}-${PORTVERSION}ruit -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Secure instant messaging system LIB_DEPENDS= libgc.so:${PORTSDIR}/devel/boehm-gc \ libwwwcore.so:${PORTSDIR}/www/libwww \ libadns.so:${PORTSDIR}/dns/adns -USES= iconv +USES= iconv libtool +GNU_CONFIGURE= yes USE_GNOME= glib12 -USE_AUTOTOOLS= libtool -LIBTOOLFILES= configure liboop/configure USE_OPENSSL= yes USE_LDCONFIG= yes MAKE_JOBS_UNSAFE= yes @@ -29,12 +28,8 @@ CPPFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib \ LDFLAGS+= -L${LOCALBASE}/lib # cheesy hack - test-oop doesn't build, but we don't care. -NO_STAGE= yes pre-configure: ${REINPLACE_CMD} -e 's/\(^noinst_PROGRAMS =.*\)test-oop/\1/' \ - ${WRKSRC}/liboop/Makefile.in - -post-install: - @${CAT} ${PKGMESSAGE} + ${WRKSRC}/liboop/Makefile.in .include <bsd.port.mk> |