freebsd-ports/german/phone/Makefile

27 lines
534 B
Makefile
Raw Normal View History

1997-12-31 17:43:30 -05:00
# New ports collection makefile for: German phone codes
# Date created: 1997-12-30
# Whom: wosch
#
1999-08-25 01:57:29 -04:00
# $FreeBSD$
1997-12-31 17:43:30 -05:00
#
PORTNAME= phone
PORTVERSION= 1.0
1998-01-10 11:01:04 -05:00
CATEGORIES= german misc
1999-09-19 06:30:46 -04:00
MASTER_SITES= http://www.de.freebsd.org/~wosch/src/
DISTNAME= avon-1996
EXTRACT_SUFX= .gz
2001-02-06 08:13:16 -05:00
MAINTAINER= wosch@FreeBSD.org
1997-12-31 17:43:30 -05:00
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>