freebsd-ports/misc/us-zipcodes/Makefile
2000-04-14 08:49:30 +00:00

28 lines
580 B
Makefile

# New ports collection makefile for: USA zipcodes
# Date created: 1997-12-30
# Whom: wosch
#
# $FreeBSD$
#
PORTNAME= zipcodes
PORTVERSION= 1.0
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_LOCAL} \
http://people.FreeBSD.org/~wosch/src/
PKGNAMEPREFIX= us-
DISTFILES= ${PORTNAME}.gz
MAINTAINER= ports@FreeBSD.org
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>