mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
79359cb53b
PR: ports/124926, ports/124927 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> (maintainer)
30 lines
700 B
Makefile
30 lines
700 B
Makefile
# New ports collection makefile for: Hungary zipcodes
|
|
# Date created: 2002-06-22
|
|
# Whom: janos.mohacsi@bsd.hu
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= zipcodes
|
|
PORTVERSION= 20020622
|
|
CATEGORIES= hungarian
|
|
MASTER_SITES= http://ipv6.niif.hu/~mohacsi/downloads/
|
|
PKGNAMEPREFIX= hu-
|
|
DISTNAME= iranyitoszamok.2002.06.22
|
|
EXTRACT_SUFX= .gz
|
|
|
|
MAINTAINER= janos.mohacsi@bsd.hu
|
|
COMMENT= Postal codes in Hungary / Magyarorszagi iranyitoszamok
|
|
|
|
PLIST_FILES= share/misc/hu.zipcodes
|
|
NO_WRKSUBDIR= yes
|
|
EXTRACT_CMD= ${GZCAT}
|
|
EXTRACT_BEFORE_ARGS= # None
|
|
EXTRACT_AFTER_ARGS= > ${WRKSRC}/hu.zipcodes
|
|
NO_BUILD= yes
|
|
|
|
do-install:
|
|
${INSTALL_DATA} ${WRKSRC}/hu.zipcodes ${PREFIX}/share/misc/
|
|
|
|
.include <bsd.port.mk>
|