bentley 87cea09896 Remove Kevin Lo as maintainer, by request.
While here, fix a couple of license markers.
2015-01-21 06:13:46 +00:00

31 lines
543 B
Makefile

# $OpenBSD: Makefile,v 1.6 2015/01/21 06:13:46 bentley Exp $
COMMENT= simplified-traditional chinese translate tool
DISTNAME= cconv-0.6.2
REVISION= 2
CATEGORIES= chinese converters
SHARED_LIBS= cconv 0.0
HOMEPAGE= https://code.google.com/p/cconv/
# GPLv2+
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c
MASTER_SITES= https://cconv.googlecode.com/files/
MODULES= converters/libiconv
CONFIGURE_STYLE=gnu
FAKE_FLAGS= includedir=${PREFIX}/include/cconv/
post-patch:
@perl -i -pe 's:UTF-TW:UTF8-TW:g' ${WRKSRC}/main.c
.include <bsd.port.mk>