1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/math/grpn/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

30 lines
565 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.2
PORTREVISION= 3
CATEGORIES= math
MASTER_SITES= http://lashwhip.com/grpn/
MAINTAINER= ports@FreeBSD.org
COMMENT= GTK+-based reverse polish notation (RPN) calculator
USE_X_PREFIX= yes
USE_GNOME= gtk12
ALL_TARGET=
MAN1= grpn.1
PLIST_FILES= bin/grpn
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/grpn ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/grpn.1 ${PREFIX}/man/man1
.include <bsd.port.mk>