freebsd-ports/math/ised/Makefile
Wen Heping 92159fb679 - Update to version 2.2.3
- Now requires gcc4.5+
- Add License

PR:		ports/156233
Submitted by:	Charlie Kester <corky1951@comcast.net> (maintainer)
2011-04-11 01:21:50 +00:00

35 lines
696 B
Makefile

# ex:ts=8
# Ports collection makefile for: ised
# Date created: 20 Mar 2010
# Whom: Charlie Kester <corky1951@comcast.net>
#
# $FreeBSD$
#
PORTNAME= ised
PORTVERSION= 2.2.3
CATEGORIES= math
MASTER_SITES= SF/${PORTNAME}
MAINTAINER= corky1951@comcast.net
COMMENT= A tool for generating number sequences and arithmetic evaluation
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GCC= 4.5+
LICENSE= GPLv3
.if !defined(NO_INSTALL_MANPAGES)
MAN1= ${PORTNAME}.1
.endif
PLIST_FILES= bin/${PORTNAME}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin
.if !defined(NO_INSTALL_MANPAGES)
${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.1 ${MAN1PREFIX}/man/man1
.endif
.include <bsd.port.mk>