diff options
author | will <will@FreeBSD.org> | 2000-08-11 19:19:21 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-08-11 19:19:21 +0800 |
commit | f236b64420218ddfe78346621691d02a35be1605 (patch) | |
tree | 41c330b83259b4a94ed362b66fe74bbc07974c77 /net-im/gale/Makefile | |
parent | cda5b196d366137afd538f91977ab237a7839b02 (diff) | |
download | freebsd-ports-gnome-f236b64420218ddfe78346621691d02a35be1605.tar.gz freebsd-ports-gnome-f236b64420218ddfe78346621691d02a35be1605.tar.zst freebsd-ports-gnome-f236b64420218ddfe78346621691d02a35be1605.zip |
Add Gale 0.99a, another open-source messaging system. This one uses
strong crypto for security though!
PR: 20329
Submitted by: Peter Haight <peterh@sapros.com>
Diffstat (limited to 'net-im/gale/Makefile')
-rw-r--r-- | net-im/gale/Makefile | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/net-im/gale/Makefile b/net-im/gale/Makefile new file mode 100644 index 000000000000..356209c67045 --- /dev/null +++ b/net-im/gale/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: gale +# Date created: 14 July 2000 +# Whom: Peter Haight <peterh@sapros.com> +# +# $FreeBSD$ +# + +PORTNAME= gale +PORTVERSION= 0.99a +CATEGORIES= net +MASTER_SITES= http://www.gale.org/dist/ + +MAINTAINER= peterh@sapros.com + +BUILD_DEPENDS= ${LOCALBASE}/lib/libgc.a:${PORTSDIR}/devel/boehm-gc +LIB_DEPENDS= wwwcore.1:${PORTSDIR}/www/libwww +.if defined(USA_RESIDENT) && ${USA_RESIDENT} == YES +LIB_DEPENDS+= rsaref.2:${PORTSDIR}/security/rsaref +.endif + +GNU_CONFIGURE= yes + +CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib +CPPFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib \ + -I${LOCALBASE}/include/w3c-libwww +LDFLAGS+= -L${LOCALBASE}/lib +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" INSTALL="" + +post-install: + ${CAT} ${PKGDIR}/MESSAGE + +.include <bsd.port.mk> |