blob: 5da1abb94e621cef4f6a227a340d0a56aa4b3505 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# New ports collection makefile for: USA zipcodes
# Version required: 1.0
# Date created: 1997-12-30
# Whom: wosch
#
# $Id: Makefile,v 1.1.1.1 1998/01/02 17:09:08 wosch Exp $
#
DISTNAME= zipcodes
PKGNAME= us-zipcodes-1.0
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_LOCAL} \
http://www.freebsd.org/~wosch/src/
EXTRACT_SUFX= .gz
MAINTAINER= wosch@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>
|