aboutsummaryrefslogtreecommitdiffstats
path: root/misc/iso-codes/Makefile
blob: 7ddaf9e16838be13cb02820811be5beebc948f97 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$

PORTNAME=   iso-codes
PORTVERSION=    3.40
CATEGORIES= misc
MASTER_SITES=   http://pkg-isocodes.alioth.debian.org/downloads/

MAINTAINER= kwm@FreeBSD.org
COMMENT=    Lists of the country, language, and currency iso names

LICENSE=    LGPL21

USE_XZ=     yes
USES=   pathfix
USE_GETTEXT=    yes
USE_GMAKE=  yes
GNU_CONFIGURE=  yes

.include <bsd.port.mk>