2013-09-20 18:05:24 +02:00
|
|
|
# Created by: Alex Keda <admin@lissyara.su>
|
2009-08-23 12:40:59 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= rcctools
|
|
|
|
PORTVERSION= 0.1.1
|
2014-08-26 05:10:43 +02:00
|
|
|
PORTREVISION= 4
|
2009-08-23 12:40:59 +02:00
|
|
|
CATEGORIES= converters
|
2009-08-27 20:31:08 +02:00
|
|
|
MASTER_SITES= SF/rusxmms/${PORTNAME}/${PORTVERSION}
|
2009-08-23 12:40:59 +02:00
|
|
|
|
|
|
|
MAINTAINER= admin@lissyara.su
|
|
|
|
COMMENT= Charset conversion utility with language and encoding autodetection
|
|
|
|
|
2013-12-11 16:15:48 +01:00
|
|
|
LIB_DEPENDS= librcc.so:${PORTSDIR}/devel/librcc
|
2009-08-23 12:40:59 +02:00
|
|
|
|
2014-08-26 05:10:43 +02:00
|
|
|
USES= tar:bzip2
|
2009-08-23 12:40:59 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
2014-06-11 16:49:59 +02:00
|
|
|
LIBS+= -L${LOCALBASE}/lib
|
2009-08-23 12:40:59 +02:00
|
|
|
|
|
|
|
PLIST_FILES= bin/rcc-recode
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|