23 lines
565 B
Makefile
23 lines
565 B
Makefile
# $NetBSD: Makefile,v 1.5 2012/10/08 09:57:39 asau Exp $
|
|
|
|
DISTNAME= postcodes
|
|
PKGNAME= postcodes-20040515
|
|
PKGREVISION= 1
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://www.jibble.org/ukpostcodes/
|
|
EXTRACT_SUFX= .zip
|
|
|
|
MAINTAINER= pkgsrc-users@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} ${DESTDIR}${PREFIX}/share/ukpostcodes
|
|
${INSTALL_DATA} ${WRKSRC}/jibble-postcodes.csv \
|
|
${DESTDIR}${PREFIX}/share/ukpostcodes/
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|