mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
German phone code / Deutsche Telefonvorwahl (AVON).
This commit is contained in:
parent
dc49f61396
commit
8fb31c8ee9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=9226
29
german/phone/Makefile
Normal file
29
german/phone/Makefile
Normal file
@ -0,0 +1,29 @@
|
||||
# Version required: 1.0
|
||||
# Date created: 1997-12-30
|
||||
# Whom: wosch
|
||||
#
|
||||
# $Id: Makefile,v 1.6 1997/10/03 12:25:15 wosch Exp $
|
||||
|
||||
DISTNAME= de-phone-1.0
|
||||
CATEGORIES= german
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL} http://www.freebsd.org/~wosch/src/
|
||||
DISTFILES= ${phone}.gz
|
||||
|
||||
MAINTAINER= wosch@FreeBSD.org
|
||||
NO_BUILD= YES
|
||||
NO_WRKSUBDIR= YES
|
||||
EXTRACT_ONLY=
|
||||
|
||||
|
||||
phone= avon-1996
|
||||
phoneout= de.phone
|
||||
|
||||
do-install:
|
||||
${INSTALL} ${COPY} -o ${SHAREOWN} -g ${SHAREGRP} -m ${SHAREMODE} \
|
||||
${WRKSRC}/${phone} ${PREFIX}/share/misc/${phoneout}
|
||||
|
||||
post-extract: ${phone}
|
||||
${phone}:
|
||||
${GZIP_CMD} -d < ${DISTDIR}/${phone}.gz > ${WRKSRC}/${.TARGET}
|
||||
|
||||
.include <bsd.port.mk>
|
1
german/phone/distinfo
Normal file
1
german/phone/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (avon-1996.gz) = 68bb141fb1403e6822637b0f95092fc5
|
1
german/phone/pkg-comment
Normal file
1
german/phone/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
German phone code / Deutsche Telefonvorwahl (AVON).
|
4
german/phone/pkg-descr
Normal file
4
german/phone/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
German phone code.
|
||||
|
||||
Deutsche Telefonvorwahl (AVON). Mit Umlauten. 120KB unkomprimiert.
|
||||
|
1
german/phone/pkg-plist
Normal file
1
german/phone/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
share/misc/de.phone
|
Loading…
Reference in New Issue
Block a user