1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/converters/rcctools/Makefile
Mathieu Arnold 7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00

24 lines
483 B
Makefile

# Created by: Alex Keda <admin@lissyara.su>
# $FreeBSD$
PORTNAME= rcctools
PORTVERSION= 0.1.1
PORTREVISION= 4
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: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>