summaryrefslogtreecommitdiff
path: root/converters/rcctools/Makefile
blob: 15a59c2fff882bcebbc9cbc0e66b06f9eb4f8bed (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
# New ports collection makefile for:	rcctools
# Date created:			20-08-2009
# Whom:				Alex Keda <admin@lissyara.su>
#
# $FreeBSD$
#

PORTNAME=	rcctools
PORTVERSION=	0.1.1
PORTREVISION=	2
CATEGORIES=	converters
MASTER_SITES=	SF/rusxmms/${PORTNAME}/${PORTVERSION}

MAINTAINER=	admin@lissyara.su
COMMENT=	Charset conversion utility with language and encoding autodetection

LIB_DEPENDS=	rcc.2:${PORTSDIR}/devel/librcc

USE_BZIP2=	yes
GNU_CONFIGURE=	yes

CONFIGURE_ENV=	LIBS="-L${LOCALBASE}/lib"
CPPFLAGS+=	-I${LOCALBASE}/include

PLIST_FILES=	bin/rcc-recode

.include <bsd.port.mk>