opnsense-ports/misc/uk-postcodes/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

24 lines
554 B
Makefile

# Created by: wosch
# $FreeBSD$
PORTNAME= uk-postcodes
PORTVERSION= 2.2
CATEGORIES= misc
MASTER_SITES= ftp://ftp.Awfulhak.org/pub/uk-postcodes/ \
http://people.FreeBSD.org/~brian/uk-postcodes/
EXTRACT_SUFX= .gz
MAINTAINER= ports@FreeBSD.org
COMMENT= United Kingdom post codes
NO_WRKSUBDIR= yes
EXTRACT_CMD= ${GZCAT}
EXTRACT_BEFORE_ARGS= # None
EXTRACT_AFTER_ARGS= > ${WRKSRC}/uk.postcodes
NO_BUILD= yes
PLIST_FILES= share/misc/uk.postcodes
do-install:
${INSTALL_DATA} ${WRKSRC}/uk.postcodes ${STAGEDIR}${PREFIX}/share/misc
.include <bsd.port.mk>