1998-01-02 17:11:19 +00:00
|
|
|
# New ports collection makefile for: USA zipcodes
|
1998-01-02 17:09:08 +00:00
|
|
|
# Date created: 1997-12-30
|
|
|
|
# Whom: wosch
|
|
|
|
#
|
1999-08-25 07:23:21 +00:00
|
|
|
# $FreeBSD$
|
1998-01-02 17:09:08 +00:00
|
|
|
#
|
|
|
|
|
2001-01-16 17:33:20 +00:00
|
|
|
PORTNAME= zipcodes
|
2000-04-14 08:49:30 +00:00
|
|
|
PORTVERSION= 1.0
|
1998-01-02 17:09:08 +00:00
|
|
|
CATEGORIES= misc
|
2003-12-25 17:56:48 +00:00
|
|
|
MASTER_SITES= http://keyserver.kjsl.com/~jharris/distfiles/
|
2000-04-14 08:49:30 +00:00
|
|
|
PKGNAMEPREFIX= us-
|
|
|
|
DISTFILES= ${PORTNAME}.gz
|
1998-01-02 17:09:08 +00:00
|
|
|
|
2002-05-02 01:18:25 +00:00
|
|
|
MAINTAINER= jharris@widomaker.com
|
2003-12-25 17:56:48 +00:00
|
|
|
COMMENT= USA postal codes
|
1998-01-02 17:09:08 +00:00
|
|
|
|
2001-01-16 17:33:20 +00:00
|
|
|
NO_WRKSUBDIR= yes
|
1998-01-02 17:09:08 +00:00
|
|
|
EXTRACT_CMD= ${GZCAT}
|
|
|
|
EXTRACT_BEFORE_ARGS= # None
|
|
|
|
EXTRACT_AFTER_ARGS= > ${WRKSRC}/zipcodes
|
2001-01-16 17:33:20 +00:00
|
|
|
NO_BUILD= yes
|
2004-02-06 13:12:53 +00:00
|
|
|
PLIST_FILES= share/misc/us.zipcodes
|
1998-01-02 17:09:08 +00:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/zipcodes ${PREFIX}/share/misc/us.zipcodes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|