diff options
Diffstat (limited to 'net-im/gale/Makefile')
-rw-r--r-- | net-im/gale/Makefile | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/net-im/gale/Makefile b/net-im/gale/Makefile deleted file mode 100644 index 091a68e92bad..000000000000 --- a/net-im/gale/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# 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://download.gale.org/ - -MAINTAINER= peterh@sapros.com - -BUILD_DEPENDS= ${LOCALBASE}/lib/libgc.a:${PORTSDIR}/devel/boehm-gc -LIB_DEPENDS= wwwcore.1:${PORTSDIR}/www/libwww -LIB_DEPENDS= rsaref.2:${PORTSDIR}/security/rsaref - -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> |