aboutsummaryrefslogtreecommitdiffstats
path: root/dns/linux-f8-libidn/Makefile
blob: 4dc77c106c062e42032596c9e7758bb24522a850 (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
26
27
28
29
30
31
# New ports collection makefile for:    dns/linux-f8-libidn
# Date created:             2009-04-05
# Whom:                 bsam
#
# $FreeBSD$
#

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

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

CONFLICTS=  linux-libidn-[0-9]* linux-f10-libidn-[0-9]*

DEPRECATED= End of Life since Jan 7, 2009
EXPIRATION_DATE=2011-04-01

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>