c06bf3f989
from Brad.
32 lines
629 B
Makefile
32 lines
629 B
Makefile
# $OpenBSD: Makefile,v 1.2 2011/10/18 06:05:20 ajacoutot Exp $
|
|
|
|
COMMENT= detect character set and encoding of text files
|
|
|
|
DISTNAME= enca-1.13
|
|
REVISION= 0
|
|
SHARED_LIBS += enca 0.0 # 5.1
|
|
CATEGORIES= converters textproc
|
|
|
|
HOMEPAGE= http://gitorious.org/enca/
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= http://dl.cihar.com/enca/
|
|
|
|
WANTLIB += c m recode
|
|
|
|
MODULES= devel/gettext
|
|
|
|
LIB_DEPENDS= converters/recode
|
|
|
|
USE_GMAKE= Yes
|
|
USE_LIBTOOL= Yes
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
|
|
|
.include <bsd.port.mk>
|