diff options
author | wosch <wosch@FreeBSD.org> | 1998-01-01 22:51:33 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1998-01-01 22:51:33 +0000 |
commit | 267d32119a0cbad05631d5df49f23f71292ae92a (patch) | |
tree | a5d2e84590b0d8b117f2596e948c26ed4346f899 /misc | |
parent | 58465ead407f7a61fd54ee1584b98112b8dae3f5 (diff) | |
download | FreeBSD-ports-267d32119a0cbad05631d5df49f23f71292ae92a.zip FreeBSD-ports-267d32119a0cbad05631d5df49f23f71292ae92a.tar.gz |
UK phone codes.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/uk-phone/Makefile | 27 | ||||
-rw-r--r-- | misc/uk-phone/distinfo | 1 | ||||
-rw-r--r-- | misc/uk-phone/pkg-comment | 1 | ||||
-rw-r--r-- | misc/uk-phone/pkg-descr | 1 | ||||
-rw-r--r-- | misc/uk-phone/pkg-plist | 1 |
5 files changed, 31 insertions, 0 deletions
diff --git a/misc/uk-phone/Makefile b/misc/uk-phone/Makefile new file mode 100644 index 0000000..637b078 --- /dev/null +++ b/misc/uk-phone/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: United Kingdom phone 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.phone +PKGNAME= uk-phone-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> diff --git a/misc/uk-phone/distinfo b/misc/uk-phone/distinfo new file mode 100644 index 0000000..104fda4 --- /dev/null +++ b/misc/uk-phone/distinfo @@ -0,0 +1 @@ +MD5 (uk.phone.gz) = e9d01c175ece031ce4e797ed2668fce2 diff --git a/misc/uk-phone/pkg-comment b/misc/uk-phone/pkg-comment new file mode 100644 index 0000000..2218fc6 --- /dev/null +++ b/misc/uk-phone/pkg-comment @@ -0,0 +1 @@ +United Kingdom phone codes. diff --git a/misc/uk-phone/pkg-descr b/misc/uk-phone/pkg-descr new file mode 100644 index 0000000..b9cf9c7 --- /dev/null +++ b/misc/uk-phone/pkg-descr @@ -0,0 +1 @@ +United Kingdom phone codes. 368KB uncompressed ASCII data. diff --git a/misc/uk-phone/pkg-plist b/misc/uk-phone/pkg-plist new file mode 100644 index 0000000..70230bd --- /dev/null +++ b/misc/uk-phone/pkg-plist @@ -0,0 +1 @@ +share/misc/uk.phone |