1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/net/gnome-mud/Makefile

26 lines
500 B
Makefile
Raw Normal View History

# New ports collection makefile for: amcl
# Date created: 15 Apr 2000
# Whom: will
#
# $FreeBSD$
#
2000-10-03 09:28:27 +00:00
PORTNAME= amcl
PORTVERSION= 0.7.5
2000-10-03 09:28:27 +00:00
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
2000-10-03 09:28:27 +00:00
USE_X_PREFIX= yes
2000-10-05 06:42:57 +00:00
USE_GTK= yes
2000-10-03 09:28:27 +00:00
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>