opnsense-ports/math/ised/Makefile
Franco Fichtner 78643d4f9c */*: sync with upstream
Taken from: FreeBSD
2023-11-07 14:07:58 +01:00

23 lines
575 B
Makefile

PORTNAME= ised
PORTVERSION= 2.7.1
PORTREVISION= 8
CATEGORIES= math
MASTER_SITES= SF/${PORTNAME}
MAINTAINER= salvadore@FreeBSD.org
COMMENT= Tool for generating number sequences and arithmetic evaluation
WWW= https://ised.sourceforge.net/
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= libedit tar:bzip2
GNU_CONFIGURE= yes
PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
.include <bsd.port.mk>