freebsd-ports/math/clarence/Makefile

33 lines
685 B
Makefile
Raw Normal View History

# ex:ts=8
# Ports collection makefile for: clarence
# Date created: Jan 30, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= clarence
2004-08-15 10:16:43 +02:00
PORTVERSION= 0.4.4
CATEGORIES= math python
MASTER_SITES= http://clay.ll.pl/download/
MAINTAINER= ports@FreeBSD.org
2003-02-20 20:00:52 +01:00
COMMENT= Programmer's calculator
USE_GNOME= pygtk2
USE_REINPLACE= yes
USE_PYTHON= yes
2004-08-15 10:16:43 +02:00
PYTHON_VERSION= python2.3
NO_BUILD= yes
2004-02-05 21:38:07 +01:00
MAN1= clarence.1
PLIST_FILES= bin/clarence
post-patch:
@${REINPLACE_CMD} -e "s,#!/usr/bin/python,#!/usr/bin/env python,g" ${WRKSRC}/clarence.py
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/clarence.py ${PREFIX}/bin/clarence
2002-02-23 13:27:02 +01:00
${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1
.include <bsd.port.mk>