freebsd-ports/net/gnome-mud/Makefile

26 lines
502 B
Makefile
Raw Normal View History

# New ports collection makefile for: amcl
# Date created: 15 Apr 2000
# Whom: will
#
# $FreeBSD$
#
2000-10-03 05:28:27 -04:00
PORTNAME= amcl
PORTVERSION= 0.7.0
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://www.localhost.nu/apps/amcl/tars/ \
http://amcl.alliances.org/tars/
MASTER_SITE_SUBDIR= ${PORTNAME}
2000-10-03 05:28:27 -04:00
DISTNAME= ${PORTNAME}-${PORTVERSION}pl1
2000-10-03 05:28:27 -04:00
MAINTAINER= will@FreeBSD.org
2000-10-03 05:28:27 -04:00
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
2000-10-05 02:42:57 -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
.include <bsd.port.mk>