1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/misc/us-zipcodes/Makefile

28 lines
587 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
# Version required: 1.0
# Date created: 1997-12-30
# Whom: wosch
#
1999-08-25 07:23:21 +00:00
# $FreeBSD$
1998-01-02 17:09:08 +00:00
#
DISTNAME= zipcodes
PKGNAME= us-zipcodes-1.0
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_LOCAL} \
http://www.freebsd.org/~wosch/src/
EXTRACT_SUFX= .gz
MAINTAINER= ports@FreeBSD.org
1998-01-02 17:09:08 +00:00
NO_WRKSUBDIR= YES
EXTRACT_CMD= ${GZCAT}
EXTRACT_BEFORE_ARGS= # None
EXTRACT_AFTER_ARGS= > ${WRKSRC}/zipcodes
NO_BUILD= YES
do-install:
${INSTALL_DATA} ${WRKSRC}/zipcodes ${PREFIX}/share/misc/us.zipcodes
.include <bsd.port.mk>