freebsd-ports/math/grpn/Makefile

24 lines
396 B
Makefile
Raw Normal View History

# New ports collection makefile for: grpn
# Date created: 25 October 1999
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
#
# $FreeBSD$
#
2000-04-14 09:20:58 +02:00
PORTNAME= grpn
2000-05-10 01:14:33 +02:00
PORTVERSION= 1.1.1
CATEGORIES= math
MASTER_SITES= http://lashwhip.com/grpn/
MAINTAINER= jedgar@FreeBSD.org
2000-10-05 08:42:57 +02:00
USE_X_PREFIX= yes
USE_GTK= yes
ALL_TARGET=
do-install:
2000-10-05 08:42:57 +02:00
${INSTALL_PROGRAM} ${WRKSRC}/grpn ${PREFIX}/bin
.include <bsd.port.mk>