2013-09-20 19:04:43 +02:00
|
|
|
# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
2007-08-30 13:55:43 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= msghack
|
|
|
|
PORTVERSION= 0.2
|
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= CENKES
|
|
|
|
PKGNAMEPREFIX= gettext-
|
|
|
|
# Bundled in fedora gettext srpm
|
|
|
|
|
2008-09-07 02:19:05 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2007-08-30 13:55:43 +02:00
|
|
|
COMMENT= Alter gettext po files in special ways
|
|
|
|
|
2015-03-30 23:30:27 +02:00
|
|
|
BROKEN= No public distfiles
|
|
|
|
|
2007-08-30 13:55:43 +02:00
|
|
|
NO_BUILD= yes
|
2014-10-20 18:04:12 +02:00
|
|
|
USES= python tar:bzip2
|
2007-08-30 13:55:43 +02:00
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e '1s|/usr/bin/python|${PYTHON_CMD}|'\
|
|
|
|
${WRKSRC}/${PORTNAME}.py
|
|
|
|
|
|
|
|
do-install:
|
2014-02-11 10:53:43 +01:00
|
|
|
@${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.py ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
2007-08-30 13:55:43 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|