aboutsummaryrefslogblamecommitdiff
path: root/converters/rcctools/Makefile
blob: f3094da93cd9e8a2622609c415105d3b2055cb43 (plain) (tree)
1
2
3
4
5
6
7
8
                                           
           


                        
                 
                          
                                                     



                                                                                   
                                                  
 
                 

                   
                                      
                                  



                              
# 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

USES=	tar:bzip2
GNU_CONFIGURE=	yes

CPPFLAGS+=	-I${LOCALBASE}/include
LIBS+=		-L${LOCALBASE}/lib

PLIST_FILES=	bin/rcc-recode

.include <bsd.port.mk>