freebsd-ports/misc/uk-postcodes/Makefile
Brian Somers c7e08c45c2 Move MASTER_SITES to something that I control
Approved by: asami, wosch
2001-01-03 08:24:51 +00:00

27 lines
621 B
Makefile

# New ports collection makefile for: United Kingdom post codes.
# Date created: 1998-01-01
# Whom: wosch
#
# $FreeBSD$
#
PORTNAME= postcodes
PORTVERSION= 1.0
CATEGORIES= misc
MASTER_SITES= ftp://ftp.Awfulhak.org/pub/uk-postcodes/ \
http://people.FreeBSD.org/~brian/uk-postcodes/
PKGNAMEPREFIX= uk-
DISTFILES= uk.postcodes.gz
MAINTAINER= brian@FreeBSD.org
NO_WRKSUBDIR= YES
EXTRACT_CMD= ${GZCAT}
EXTRACT_BEFORE_ARGS= # None
EXTRACT_AFTER_ARGS= > ${WRKSRC}/uk.postcodes
NO_BUILD= YES
do-install:
${INSTALL_DATA} ${WRKSRC}/uk.postcodes ${PREFIX}/share/misc
.include <bsd.port.mk>