- Set master sites to developers repo. - Replace patch with reinplace_cmd. - Remove unnecessary autotools, config args and worksrc=. - Pass maintainership to submitter. PR: ports/114840 Submitted by: Thomas Abthorpe <thomas@goodking.ca> Approved by: sat (mentor)
30 lines
683 B
Makefile
30 lines
683 B
Makefile
# New ports collection makefile for: iso-codes
|
|
# Date created: 02 April 2005
|
|
# Whom: Koop Mast <kwm@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= iso-codes
|
|
DISTVERSION= 1.3
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ftp://pkg-isocodes.alioth.debian.org/pub/pkg-isocodes/ \
|
|
http://freebsd.powered.net/distfiles/
|
|
|
|
MAINTAINER= thomas@goodking.ca
|
|
COMMENT= Lists of the country, language and currency iso names
|
|
|
|
BUILD_DEPENDS= xmlproc_parse:${PORTSDIR}/textproc/py-xml
|
|
|
|
USE_BZIP2= yes
|
|
USE_PYTHON_BUILD= yes
|
|
USE_GETTEXT= yes
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e '/^pkgconfigdir =/s|=.*|=${PREFIX}/libdata/pkgconfig|'\
|
|
${WRKSRC}/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|