mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
32 lines
649 B
Makefile
32 lines
649 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: clarence
|
|
# Date created: Jan 30, 2002
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= clarence
|
|
PORTVERSION= 0.4.4
|
|
PORTREVISION= 5
|
|
CATEGORIES= math python
|
|
MASTER_SITES= http://clay.ll.pl/download/
|
|
|
|
MAINTAINER= psh@iki.fi
|
|
COMMENT= Programmer's calculator
|
|
|
|
USE_GNOME= pygtk2
|
|
USE_PYTHON= yes
|
|
NO_BUILD= yes
|
|
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
|
|
${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|