freebsd-ports/german/phone/Makefile

29 lines
618 B
Makefile
Raw Normal View History

1997-12-31 23:43:30 +01:00
# New ports collection makefile for: German phone codes
# Date created: 1997-12-30
# Whom: wosch
#
1999-08-25 07:57:29 +02:00
# $FreeBSD$
1997-12-31 23:43:30 +01:00
#
PORTNAME= phone
PORTVERSION= 1.0
CATEGORIES= german
MASTER_SITES= http://wolfram.schneider.org/src/
DISTNAME= avon-1996
EXTRACT_SUFX= .gz
2001-02-06 14:13:16 +01:00
MAINTAINER= wosch@FreeBSD.org
2003-03-05 13:47:22 +01:00
COMMENT= German phone code / Deutsche Telefonvorwahl (AVON)
1997-12-31 23:43:30 +01:00
PLIST_FILES= share/misc/de.phone
NO_WRKSUBDIR= YES
EXTRACT_CMD= ${GZCAT}
EXTRACT_BEFORE_ARGS= # None
EXTRACT_AFTER_ARGS= > ${WRKSRC}/de.phone
NO_BUILD= YES
do-install:
${INSTALL_DATA} ${WRKSRC}/de.phone ${PREFIX}/share/misc
.include <bsd.port.mk>