opnsense-ports/math/clarence/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

26 lines
683 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= clarence
PORTVERSION= 0.4.4
PORTREVISION= 8
CATEGORIES= math python
MASTER_SITES= http://www.sourcefiles.org/Productivity_Tools/Calculators/ \
ftp://ftp.tu-chemnitz.de/.SAN0/pub/linux/sunsite.unc-mirror/distributions/sourcemage/grimoire/fallback/fallback/
MAINTAINER= psh@iki.fi
COMMENT= Programmer's calculator
USES= python shebangfix
USE_GNOME= pygtk2
NO_BUILD= yes
PLIST_FILES= bin/clarence man/man1/clarence.1.gz
SHEBANG_FILES= clarence.py
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/clarence.py \
${STAGEDIR}${PREFIX}/bin/clarence
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>