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