aboutsummaryrefslogtreecommitdiff
path: root/converters/rcctools/Makefile
blob: fd2af9727047594a05efa8313f7c6fcf67d04bc8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Alex Keda <admin@lissyara.su>

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

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Charset conversion utility with language and encoding autodetection

LIB_DEPENDS=	librcc.so:devel/librcc

USES=		tar:bzip2
GNU_CONFIGURE=	yes

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

PLIST_FILES=	bin/rcc-recode

.include <bsd.port.mk>