mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
cca6bb3451
Drop maintainership for ports for which I do not have much interest any more or for which I do not have as much time as they require, so that I can focus more on the ports I maintain and other projects both inside and outside FreeBSD and so that they can be adopted by other contributors.
24 lines
580 B
Makefile
24 lines
580 B
Makefile
PORTNAME= ised
|
|
PORTVERSION= 2.7.1
|
|
PORTREVISION= 10
|
|
CATEGORIES= math
|
|
MASTER_SITES= SF/${PORTNAME}
|
|
|
|
MAINTAINER= ports@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} share/man/man1/${PORTNAME}.1.gz
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1
|
|
|
|
.include <bsd.port.mk>
|