freebsd-ports/converters/rcctools/Makefile
Baptiste Daroussin 4234579252 Support stage
2014-01-09 14:23:58 +00:00

23 lines
507 B
Makefile

# Created by: Alex Keda <admin@lissyara.su>
# $FreeBSD$
PORTNAME= rcctools
PORTVERSION= 0.1.1
PORTREVISION= 3
CATEGORIES= converters
MASTER_SITES= SF/rusxmms/${PORTNAME}/${PORTVERSION}
MAINTAINER= admin@lissyara.su
COMMENT= Charset conversion utility with language and encoding autodetection
LIB_DEPENDS= librcc.so:${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>