freebsd-ports/misc/uk-phone/Makefile

27 lines
565 B
Makefile
Raw Normal View History

1998-01-01 23:51:33 +01:00
# New ports collection makefile for: United Kingdom phone codes.
# Date created: 1998-01-01
# Whom: wosch
#
1999-08-25 09:23:21 +02:00
# $FreeBSD$
1998-01-01 23:51:33 +01:00
#
PORTNAME= uk-phone
2001-09-14 11:10:03 +02:00
PORTVERSION= 2.6
1998-01-01 23:51:33 +01:00
CATEGORIES= misc
MASTER_SITES= ftp://ftp.Awfulhak.org/pub/uk-phone/ \
http://people.FreeBSD.org/~brian/uk-phone/
EXTRACT_SUFX= .gz
1998-01-01 23:51:33 +01:00
MAINTAINER= brian@FreeBSD.org
1998-01-01 23:51:33 +01:00
NO_WRKSUBDIR= yes
1998-01-01 23:51:33 +01:00
EXTRACT_CMD= ${GZCAT}
EXTRACT_BEFORE_ARGS= # None
EXTRACT_AFTER_ARGS= > ${WRKSRC}/uk.phone
NO_BUILD= yes
1998-01-01 23:51:33 +01:00
do-install:
${INSTALL_DATA} ${WRKSRC}/uk.phone ${PREFIX}/share/misc
1998-01-01 23:51:33 +01:00
.include <bsd.port.mk>