2013-09-20 20:55:04 +00:00
|
|
|
# Created by: ijliao
|
2002-01-30 18:43:02 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= clarence
|
2004-08-15 08:16:43 +00:00
|
|
|
PORTVERSION= 0.4.4
|
2010-03-28 06:47:48 +00:00
|
|
|
PORTREVISION= 8
|
2002-01-30 18:43:02 +00:00
|
|
|
CATEGORIES= math python
|
2010-04-07 18:08:23 +00:00
|
|
|
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/
|
2002-01-30 18:43:02 +00:00
|
|
|
|
2004-12-15 22:59:22 +00:00
|
|
|
MAINTAINER= psh@iki.fi
|
2003-02-20 19:00:52 +00:00
|
|
|
COMMENT= Programmer's calculator
|
2002-01-30 18:43:02 +00:00
|
|
|
|
2004-06-16 20:49:18 +00:00
|
|
|
USE_GNOME= pygtk2
|
2002-01-30 18:43:02 +00:00
|
|
|
USE_PYTHON= yes
|
|
|
|
NO_BUILD= yes
|
2004-02-05 20:38:07 +00:00
|
|
|
MAN1= clarence.1
|
|
|
|
PLIST_FILES= bin/clarence
|
2002-01-30 18:43:02 +00:00
|
|
|
|
2013-09-20 20:55:04 +00:00
|
|
|
NO_STAGE= yes
|
2002-01-30 18:43:02 +00:00
|
|
|
post-patch:
|
2002-06-22 17:06:27 +00:00
|
|
|
@${REINPLACE_CMD} -e "s,#!/usr/bin/python,#!/usr/bin/env python,g" ${WRKSRC}/clarence.py
|
2002-01-30 18:43:02 +00:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/clarence.py ${PREFIX}/bin/clarence
|
2002-02-23 12:27:02 +00:00
|
|
|
${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1
|
2002-01-30 18:43:02 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|