385ae3605d
- update MASTER_SITES - fix auto{conf,make} breakage - add INSTALLS_SHLIB - silence the cat'ing of pkg-message - add @exec mkdir's to pkg-plist for packages PR: 31810 Submitted by: maintainer (mostly)
38 lines
896 B
Makefile
38 lines
896 B
Makefile
# New ports collection makefile for: gale
|
|
# Date created: 14 July 2000
|
|
# Whom: Peter Haight <peterh@sapros.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gale
|
|
PORTVERSION= 0.99e
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://download.ofb.net/gale/
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}gg
|
|
|
|
MAINTAINER= peterh@sapros.com
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libgc.a:${PORTSDIR}/devel/boehm-gc \
|
|
automake:${PORTSDIR}/devel/automake
|
|
LIB_DEPENDS= wwwcore.1:${PORTSDIR}/www/libwww \
|
|
adns.1:${PORTSDIR}/net/adns
|
|
|
|
USE_OPENSSL= yes
|
|
USE_AUTOCONF= yes
|
|
INSTALLS_SHLIB= 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}"
|
|
|
|
pre-configure:
|
|
cd ${WRKSRC} && aclocal
|
|
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|