freebsd-ports/math/grpn/Makefile

29 lines
547 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
2002-04-05 19:43:56 +02:00
PORTVERSION= 1.1.2
PORTREVISION= 5
CATEGORIES= math
MASTER_SITES= http://lashwhip.com/grpn/
MAINTAINER= ports@FreeBSD.org
COMMENT= GTK+-based reverse polish notation (RPN) calculator
USE_GNOME= gtk12
ALL_TARGET=
2002-04-05 19:43:56 +02:00
MAN1= grpn.1
PLIST_FILES= bin/grpn
2002-04-05 19:43:56 +02:00
do-install:
2000-10-05 08:42:57 +02:00
${INSTALL_PROGRAM} ${WRKSRC}/grpn ${PREFIX}/bin
2002-04-05 19:43:56 +02:00
${INSTALL_MAN} ${WRKSRC}/grpn.1 ${PREFIX}/man/man1
.include <bsd.port.mk>