freebsd-ports/net/gnome-mud/Makefile
Kevin Lo 4e4dfaa491 Update to 0.7.5
PR: 24204
Submitted by: Ports Fury
2001-01-12 16:02:50 +00:00

26 lines
500 B
Makefile

# New ports collection makefile for: amcl
# Date created: 15 Apr 2000
# Whom: will
#
# $FreeBSD$
#
PORTNAME= amcl
PORTVERSION= 0.7.5
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
USE_X_PREFIX= yes
USE_GTK= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
post-patch:
@${PERL} -pi -e 's|CFLAGS -O -pipe -Wall|CFLAGS|g' ${WRKSRC}/configure
.include <bsd.port.mk>