1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/misc/uk-postcodes/Makefile

28 lines
598 B
Makefile
Raw Normal View History

1998-01-01 22:58:15 +00:00
# New ports collection makefile for: United Kingdom post codes.
# Date created: 1998-01-01
# Whom: wosch
#
1999-08-25 07:23:21 +00:00
# $FreeBSD$
1998-01-01 22:58:15 +00:00
#
2000-04-14 08:49:30 +00:00
PORTNAME= postcodes
PORTVERSION= 1.0
1998-01-01 22:58:15 +00:00
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= wosch/src asami/LOCAL_PORTS
2000-04-14 08:49:30 +00:00
PKGNAMEPREFIX= uk-
DISTFILES= uk.postcodes.gz
1998-01-01 22:58:15 +00:00
MAINTAINER= brian@FreeBSD.org
NO_WRKSUBDIR= YES
EXTRACT_CMD= ${GZCAT}
EXTRACT_BEFORE_ARGS= # None
EXTRACT_AFTER_ARGS= > ${WRKSRC}/uk.postcodes
1998-01-01 22:58:15 +00:00
NO_BUILD= YES
do-install:
${INSTALL_DATA} ${WRKSRC}/uk.postcodes ${PREFIX}/share/misc
1998-01-01 22:58:15 +00:00
.include <bsd.port.mk>