2009-08-23 10:40:59 +00:00
|
|
|
# New ports collection makefile for: rcctools
|
|
|
|
# Date created: 20-08-2009
|
|
|
|
# Whom: Alex Keda <admin@lissyara.su>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= rcctools
|
|
|
|
PORTVERSION= 0.1.1
|
|
|
|
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
|
|
|
|
|
|
|
|
LIB_DEPENDS= rcc.2:${PORTSDIR}/devel/librcc
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
PLIST_FILES= bin/rcc-recode
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|