ports/math/grpn/Makefile
Alexey Dokuchaev 2db5a597ef Resurrect `math/grpn' removed in r487992 because it used obsolete GTK+
stack.  This version is a picked up fork on GitHub which now supports
GTK+ 2.0 and include a number of bugfixes, so welcome back!

Requested by:	someone on #bsdports
2019-03-15 10:06:07 +00:00

35 lines
655 B
Makefile

# Created by: Chris D. Faulhaber <jedgar@fxp.org>
# $FreeBSD$
PORTNAME= grpn
PORTVERSION= 1.5.2
DISTVERSIONPREFIX= v
CATEGORIES= math
MAINTAINER= ports@FreeBSD.org
COMMENT= GTK+-based reverse polish notation (RPN) calculator
LICENSE= GPLv2
USES= gnome pkgconfig
USE_GNOME= gtk20
USE_GITHUB= yes
GH_ACCOUNT= utopiabound
WRKSRC_SUBDIR= src
PLIST_FILES= bin/grpn man/man1/grpn.1.gz
PORTDOCS= CHANGES
OPTIONS_DEFINE= DOCS
post-patch:
@${REINPLACE_CMD} -e 's,ulong,unsigned long,g' \
${WRKSRC}/real.c
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>