c7e08c45c2
Approved by: asami, wosch
27 lines
621 B
Makefile
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>
|