2000-04-16 04:16:49 +00:00
|
|
|
# New ports collection makefile for: amcl
|
|
|
|
# Date created: 15 Apr 2000
|
|
|
|
# Whom: will
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= amcl
|
|
|
|
PORTVERSION= 0.7.0
|
|
|
|
CATEGORIES= net
|
2000-06-14 13:21:38 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
2000-04-16 04:16:49 +00:00
|
|
|
http://www.localhost.nu/apps/amcl/tars/ \
|
2000-06-14 13:21:38 +00:00
|
|
|
http://amcl.alliances.org/tars/
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2000-04-16 04:16:49 +00:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}pl1
|
|
|
|
|
|
|
|
MAINTAINER= will@FreeBSD.org
|
|
|
|
|
|
|
|
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
|
|
|
|
|
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV+= GTK_CONFIG="${GTK_CONFIG}"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|