freebsd-ports/converters/rcctools/Makefile
Rodrigo Osorio 05f0f44a55 */*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
2023-11-01 23:11:47 +01:00

21 lines
464 B
Makefile

PORTNAME= rcctools
PORTVERSION= 0.1.1
PORTREVISION= 4
CATEGORIES= converters
MASTER_SITES= SF/rusxmms/${PORTNAME}/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Charset conversion utility with language and encoding autodetection
WWW= https://rusxmms.sourceforge.net
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>