UK post codes.
This commit is contained in:
parent
aee1631b27
commit
f8de6405af
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=9245
5 changed files with 31 additions and 0 deletions
27
misc/uk-postcodes/Makefile
Normal file
27
misc/uk-postcodes/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# New ports collection makefile for: United Kingdom post codes.
|
||||
# Version required: 1.0
|
||||
# Date created: 1998-01-01
|
||||
# Whom: wosch
|
||||
#
|
||||
# $Id: Makefile,v 1.3 1998/01/01 00:20:46 max Exp $
|
||||
#
|
||||
|
||||
DISTNAME= uk.postcodes
|
||||
PKGNAME= uk-postcodes-1.0
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL} \
|
||||
http://www.freebsd.org/~wosch/src/
|
||||
EXTRACT_SUFX= .gz
|
||||
|
||||
MAINTAINER= brian@FreeBSD.org
|
||||
|
||||
NO_WRKSUBDIR= YES
|
||||
EXTRACT_CMD= ${GZCAT}
|
||||
EXTRACT_BEFORE_ARGS= # None
|
||||
EXTRACT_AFTER_ARGS= > ${WRKSRC}/${DISTNAME}
|
||||
NO_BUILD= YES
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/${DISTNAME} ${PREFIX}/share/misc
|
||||
|
||||
.include <bsd.port.mk>
|
1
misc/uk-postcodes/distinfo
Normal file
1
misc/uk-postcodes/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (uk.postcodes.gz) = e88ae3b158248cd59584dc653e6c308b
|
1
misc/uk-postcodes/pkg-comment
Normal file
1
misc/uk-postcodes/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
United Kingdom post codes.
|
1
misc/uk-postcodes/pkg-descr
Normal file
1
misc/uk-postcodes/pkg-descr
Normal file
|
@ -0,0 +1 @@
|
|||
United Kingdom post codes. 56KB uncompressed ASCII data.
|
1
misc/uk-postcodes/pkg-plist
Normal file
1
misc/uk-postcodes/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
share/misc/uk.postcodes
|
Loading…
Reference in a new issue