openbsd-ports/converters/enca/Makefile

27 lines
521 B
Makefile
Raw Normal View History

2013-03-21 04:45:11 -04:00
# $OpenBSD: Makefile,v 1.5 2013/03/21 08:45:13 ajacoutot Exp $
COMMENT= detect character set and encoding of text files
DISTNAME= enca-1.14
SHARED_LIBS += enca 0.0 # 5.1
CATEGORIES= converters textproc
HOMEPAGE= http://gitorious.org/enca/
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= http://dl.cihar.com/enca/
WANTLIB += c m recode
MODULES= devel/gettext
LIB_DEPENDS= converters/recode
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
.include <bsd.port.mk>