pkgsrc/misc/ukpostcodes/Makefile
agc 5f1c542edc Initial import of a list of UK national postcodes into the Packages
Collection. The list is a five-field CSV file.

	Free list of UK postcodes

	The list is formatted as plain text, with each record on a separate
	line.  Each record consists of five fields, each field being separated
	by a comma.  You should be able to import this data into most
	applications that support "comma separated variables".  The five
	fields are:

	   1. First part of the UK postcode (area code)
	   2. x-coordinate (metres)
	   3. y-coordinate (metres)
	   4. Latitude
	   5. Longitude
2005-05-26 08:58:43 +00:00

21 lines
525 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2005/05/26 08:58:43 agc Exp $
DISTNAME= postcodes
PKGNAME= postcodes-20040515
CATEGORIES= misc
MASTER_SITES= http://www.jibble.org/ukpostcodes/
EXTRACT_SUFX= .zip
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.jibble.org/
COMMENT= UK national postcode information
WRKSRC= ${WRKDIR}
NO_CONFIGURE= yes
NO_BUILD= yes
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/ukpostcodes
${INSTALL_DATA} ${WRKSRC}/jibble-postcodes.csv ${PREFIX}/share/ukpostcodes/
.include "../../mk/bsd.pkg.mk"