freebsd-ports/misc/uk-postcodes/Makefile
Wolfram Schneider f8de6405af UK post codes.
1998-01-01 22:58:15 +00:00

28 lines
640 B
Makefile

# New ports collection makefile for: United Kingdom post codes.
# Version required: 1.0
# Date created: 1998-01-01
# Whom: wosch
#
# $Id: Makefile,v 1.3 1998/01/01 00:20:46 max Exp $
#
DISTNAME= uk.postcodes
PKGNAME= uk-postcodes-1.0
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_LOCAL} \
http://www.freebsd.org/~wosch/src/
EXTRACT_SUFX= .gz
MAINTAINER= brian@FreeBSD.org
NO_WRKSUBDIR= YES
EXTRACT_CMD= ${GZCAT}
EXTRACT_BEFORE_ARGS= # None
EXTRACT_AFTER_ARGS= > ${WRKSRC}/${DISTNAME}
NO_BUILD= YES
do-install:
${INSTALL_DATA} ${WRKSRC}/${DISTNAME} ${PREFIX}/share/misc
.include <bsd.port.mk>