1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/math/grpn/Makefile
2021-04-06 16:31:07 +02:00

34 lines
643 B
Makefile

# Created by: Chris D. Faulhaber <jedgar@fxp.org>
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>