1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/german/phone/Makefile
Dirk Meyer cfbd1d3357 - re-add deleted port
- convert to UTF-8
- update to 20170802
2017-09-05 05:44:28 +00:00

24 lines
487 B
Makefile

# Created by: wosch
# $FreeBSD$
PORTNAME= phone
PORTVERSION= 1.20170802
CATEGORIES= german
MASTER_SITES= ftp://ftp.dinoex.org/pub/avon/
DISTNAME= NVONB.INTERNET.20170802.ONB
MAINTAINER= dinoex@FreeBSD.org
COMMENT= German phone code / Deutsche Telefonvorwahl (AVON)
LICENSE= PD
USES= zip dos2unix
NO_WRKSUBDIR= YES
NO_BUILD= YES
PLIST_FILES= share/misc/de.phone
do-install:
${INSTALL_DATA} ${WRKSRC}/${DISTNAME}.csv ${STAGEDIR}${PREFIX}/share/misc/de.phone
.include <bsd.port.mk>