mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
cfbd1d3357
- convert to UTF-8 - update to 20170802
24 lines
487 B
Makefile
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>
|