aboutsummaryrefslogtreecommitdiffstats
path: root/dns/linux-f8-libidn/Makefile
blob: 2c5f11cb3251326742e9163508d453f7ee1c7a65 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:    dns/linux-f8-libidn
# Date created:             2009-04-05
# Whom:                 bsam
#
# $FreeBSD$
#

PORTNAME=   libidn
PORTVERSION=    0.6.14
CATEGORIES= dns linux
PKGNAMEPREFIX=  linux-f8-
DISTNAME=   ${PORTNAME}-${PORTVERSION}-${RPMVERSION}

MAINTAINER= emulation@FreeBSD.org
COMMENT=    Internationalized Domain Name support library (Linux Fedora 8)

USE_LINUX_RPM=  yes
LINUX_DIST_VER= 8
RPMVERSION= 4
BRANDELF_FILES= usr/bin/idn
USE_LDCONFIG=   yes

DESCR=      ${.CURDIR}/../${PORTNAME}/pkg-descr

.include <bsd.port.mk>