1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/net-im/gale/Makefile
Jeroen Ruigrok van der Werven b2d3f6b206 Fix MASTER_SITES.
Not portlinted.
I didn't bother to contact the MAINTAINER since this was an easy fix.
2000-09-05 12:49:44 +00:00

33 lines
840 B
Makefile

# 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
.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>