# Created by: Charlie Kester # $FreeBSD$ PORTNAME= ised PORTVERSION= 2.4.2 CATEGORIES= math MASTER_SITES= SF/${PORTNAME} MAINTAINER= eadler@FreeBSD.org COMMENT= Tool for generating number sequences and arithmetic evaluation LICENSE= GPLv3 USE_BZIP2= yes GNU_CONFIGURE= yes USE_GCC= 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