freebsd-ports/misc/us-zipcodes/Makefile

29 lines
617 B
Makefile
Raw Normal View History

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