79359cb53b
PR: ports/124926, ports/124927 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
29 lines
686 B
Makefile
29 lines
686 B
Makefile
# New ports collection makefile for: Phone codes in Hungary
|
|
# Date created: 2002-06-22
|
|
# Whom: janos.mohacsi@bsd.hu
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= phone
|
|
PORTVERSION= 20020622
|
|
CATEGORIES= hungarian
|
|
MASTER_SITES= http://ipv6.niif.hu/~mohacsi/downloads/
|
|
PKGNAMEPREFIX= hu-
|
|
DISTNAME= korzetszam.2002.06.22
|
|
EXTRACT_SUFX= .gz
|
|
|
|
MAINTAINER= janos.mohacsi@bsd.hu
|
|
COMMENT= Phone codes in Hungary / Magyarorszagi korzetszamok
|
|
|
|
PLIST_FILES= share/misc/hu.phone
|
|
NO_WRKSUBDIR= YES
|
|
EXTRACT_CMD= ${GZCAT}
|
|
EXTRACT_BEFORE_ARGS= # None
|
|
EXTRACT_AFTER_ARGS= > ${WRKSRC}/hu.phone
|
|
NO_BUILD= YES
|
|
|
|
do-install:
|
|
${INSTALL_DATA} ${WRKSRC}/hu.phone ${PREFIX}/share/misc
|
|
|
|
.include <bsd.port.mk>
|