3ce0f21808
- Convert to USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Remove patches that renamed include directories and libraries so they didn't conflict with early development versions of glib/gtk 2.0
23 lines
495 B
Makefile
23 lines
495 B
Makefile
# Created by: Chris D. Faulhaber <jedgar@fxp.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= grpn
|
|
PORTVERSION= 1.1.2
|
|
PORTREVISION= 7
|
|
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=
|
|
|
|
PLIST_FILES= bin/grpn man/man1/grpn.1.gz
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/grpn ${STAGEDIR}${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/grpn.1 ${STAGEDIR}${PREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|