freebsd-ports/math/grpn/Makefile
2002-02-19 15:24:33 +00:00

24 lines
396 B
Makefile

# New ports collection makefile for: grpn
# Date created: 25 October 1999
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
#
# $FreeBSD$
#
PORTNAME= grpn
PORTVERSION= 1.1.1
CATEGORIES= math
MASTER_SITES= http://lashwhip.com/grpn/
MAINTAINER= jedgar@FreeBSD.org
USE_X_PREFIX= yes
USE_GTK= yes
ALL_TARGET=
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/grpn ${PREFIX}/bin
.include <bsd.port.mk>