aboutsummaryrefslogblamecommitdiff
path: root/devel/gettext-msghack/Makefile
blob: 5e51c6ac50ee1ef3ee5f3a607072ec1c55d27bd1 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                                                  
                                 














                                                                             
# New ports collection makefile for:	gettext-msghack
# Date created:		30 August 2007
# Whom:			Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	msghack
PORTVERSION=	0.2
CATEGORIES=	devel
MASTER_SITES=	CENKES
PKGNAMEPREFIX=	gettext-
# Bundled in fedora gettext srpm

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Alter gettext po files in special ways

NO_BUILD=	yes
USE_BZIP2=	yes
USE_PYTHON=	yes
PLIST_FILES=	bin/${PORTNAME}

post-patch:
	@${REINPLACE_CMD} -e '1s|/usr/bin/python|${PYTHON_CMD}|'\
		${WRKSRC}/${PORTNAME}.py

do-install:
	@${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.py ${PREFIX}/bin/${PORTNAME}

.include <bsd.port.mk>