2000-04-16 00:16:49 -04:00
|
|
|
# New ports collection makefile for: amcl
|
|
|
|
# Date created: 15 Apr 2000
|
|
|
|
# Whom: will
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-10-03 05:28:27 -04:00
|
|
|
PORTNAME= amcl
|
2001-01-12 11:02:50 -05:00
|
|
|
PORTVERSION= 0.7.5
|
2000-10-03 05:28:27 -04:00
|
|
|
CATEGORIES= net
|
2001-01-12 11:02:50 -05:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
2000-06-14 09:21:38 -04:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2000-04-16 00:16:49 -04:00
|
|
|
|
2001-01-08 19:06:25 -05:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2000-04-16 00:16:49 -04:00
|
|
|
|
2000-10-03 05:28:27 -04:00
|
|
|
USE_X_PREFIX= yes
|
2000-10-05 02:42:57 -04:00
|
|
|
USE_GTK= yes
|
2000-10-03 05:28:27 -04:00
|
|
|
GNU_CONFIGURE= yes
|
2001-01-12 11:02:50 -05:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${PERL} -pi -e 's|CFLAGS -O -pipe -Wall|CFLAGS|g' ${WRKSRC}/configure
|
2000-04-16 00:16:49 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|