freebsd-ports/misc/uk-phone/Makefile
Brian Somers 1405383968 Update new UK phone prefixes and move the new distfile to
servers I control.

Code changes submitted by:	keith_jones@non.hp.com
Distfile moving approved by:	asami
PR:				22217
2000-10-31 22:37:43 +00:00

27 lines
569 B
Makefile

# New ports collection makefile for: United Kingdom phone codes.
# Date created: 1998-01-01
# Whom: wosch
#
# $FreeBSD$
#
PORTNAME= uk-phone
PORTVERSION= 2.0
CATEGORIES= misc
MASTER_SITES= ftp://ftp.Awfulhak.org/pub/PSTN/ \
http://people.FreeBSD.org/~brian/PSTN/
EXTRACT_SUFX= .gz
MAINTAINER= brian@FreeBSD.org
NO_WRKSUBDIR= YES
EXTRACT_CMD= ${GZCAT}
EXTRACT_BEFORE_ARGS= # None
EXTRACT_AFTER_ARGS= > ${WRKSRC}/uk.phone
NO_BUILD= YES
do-install:
${INSTALL_DATA} ${WRKSRC}/uk.phone ${PREFIX}/share/misc
.include <bsd.port.mk>