32 lines
680 B
Makefile
32 lines
680 B
Makefile
# $OpenBSD: Makefile,v 1.21 2017/08/13 21:43:49 naddy Exp $
|
|
|
|
COMMENT= automatic text creation from templates
|
|
CATEGORIES= devel
|
|
|
|
V= 5.8.7
|
|
DISTNAME= autogen-${V}
|
|
REVISION= 6
|
|
|
|
SHARED_LIBS += opts 27.5 # .27.5
|
|
SHARED_LIBS += guileopts 1.0 # .0.1
|
|
|
|
HOMEPAGE= http://autogen.sourceforge.net/
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=autogen/rel${V}/}
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM=Yes
|
|
|
|
WANTLIB += c gmp guile iconv intl ltdl lzma m pthread xml2 z
|
|
|
|
LIB_DEPENDS= devel/gettext \
|
|
lang/guile \
|
|
textproc/libxml
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
CONFIGURE_ARGS= --without-libregex \
|
|
--includedir=${PREFIX}/include/autogen
|
|
|
|
MAKE_FLAGS+= INFO_DEPS=
|
|
|
|
.include <bsd.port.mk>
|