mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
ee3a7edac8
Reviewed by: wxs
29 lines
553 B
Makefile
29 lines
553 B
Makefile
# Created by: Charlie Kester <corky1951@comcast.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ised
|
|
PORTVERSION= 2.4.0
|
|
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= 4.6+
|
|
|
|
MAN1= ${PORTNAME}.1
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.1 ${MAN1PREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|