1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/misc/us-zipcodes/Makefile

29 lines
617 B
Makefile
Raw Normal View History

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
#
PORTNAME= zipcodes
2000-04-14 08:49:30 +00:00
PORTVERSION= 1.0
1998-01-02 17:09:08 +00:00
CATEGORIES= misc
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
MAINTAINER= jharris@widomaker.com
COMMENT= USA postal codes
1998-01-02 17:09:08 +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
NO_BUILD= yes
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>