mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
2fa7a3929b
A big Thank You to the original contributors of these ports: * Andreas Fehlner (fehlner@gmx.de) * Boris Samorodov <bsam@FreeBSD.org> * Emanuel Haupt <ehaupt@critical.ch> * Slaven Rezic <eserte@cs.tu-berlin.de> * Thierry Thomas <thierry@pompo.net> * hq@FreeBSD.org * miwi * n@nectar.com * wosch With hat: portmgr
21 lines
454 B
Makefile
21 lines
454 B
Makefile
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>
|