22 lines
538 B
Makefile
22 lines
538 B
Makefile
# $NetBSD: Makefile,v 1.2 2006/02/05 23:10:14 joerg Exp $
|
|
|
|
DISTNAME= postcodes
|
|
PKGNAME= postcodes-20040515
|
|
PKGREVISION= 1
|
|
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"
|