diff options
author | Wolfram Schneider <wosch@FreeBSD.org> | 1998-01-01 22:51:33 +0000 |
---|---|---|
committer | Wolfram Schneider <wosch@FreeBSD.org> | 1998-01-01 22:51:33 +0000 |
commit | aee1631b2779894f3b5f46a6db1da511e7f04cc1 (patch) | |
tree | 20e19f447e9a58c70aba4f885a6153c7b068a356 | |
parent | 7e79819ce22dfcd5c5609bacd53a43b7c724d2c2 (diff) | |
download | ports-aee1631b2779894f3b5f46a6db1da511e7f04cc1.tar.gz ports-aee1631b2779894f3b5f46a6db1da511e7f04cc1.zip |
Notes
-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 000000000000..637b07810523 --- /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 000000000000..104fda49dfb3 --- /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 000000000000..2218fc63bae7 --- /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 000000000000..b9cf9c7982da --- /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 000000000000..70230bd37571 --- /dev/null +++ b/misc/uk-phone/pkg-plist @@ -0,0 +1 @@ +share/misc/uk.phone |