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