1405383968
servers I control. Code changes submitted by: keith_jones@non.hp.com Distfile moving approved by: asami PR: 22217
27 lines
569 B
Makefile
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>
|