2019-07-12 21:02:12 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.23 2019/07/12 21:02:14 sthen Exp $
|
2005-03-12 22:13:27 +00:00
|
|
|
|
2014-11-05 11:43:59 +00:00
|
|
|
COMMENT= automatic text creation from templates
|
|
|
|
CATEGORIES= devel
|
2005-03-12 22:13:27 +00:00
|
|
|
|
2010-10-10 00:46:11 +00:00
|
|
|
V= 5.8.7
|
|
|
|
DISTNAME= autogen-${V}
|
2019-05-20 22:15:00 +00:00
|
|
|
REVISION= 7
|
2014-11-05 11:43:59 +00:00
|
|
|
|
2006-12-09 18:28:53 +00:00
|
|
|
SHARED_LIBS += opts 27.5 # .27.5
|
|
|
|
SHARED_LIBS += guileopts 1.0 # .0.1
|
2014-11-05 11:43:59 +00:00
|
|
|
|
|
|
|
HOMEPAGE= http://autogen.sourceforge.net/
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=autogen/rel${V}/}
|
2005-03-12 22:13:27 +00:00
|
|
|
|
2009-10-11 18:49:57 +00:00
|
|
|
# GPLv2
|
2019-07-12 21:02:12 +00:00
|
|
|
PERMIT_PACKAGE= Yes
|
2005-03-12 22:13:27 +00:00
|
|
|
|
2017-08-13 21:43:49 +00:00
|
|
|
WANTLIB += c gmp guile iconv intl ltdl lzma m pthread xml2 z
|
2014-11-05 11:43:59 +00:00
|
|
|
|
2019-05-20 22:15:00 +00:00
|
|
|
LIB_DEPENDS= devel/gettext,-runtime \
|
2017-08-13 21:43:49 +00:00
|
|
|
lang/guile \
|
2010-11-15 19:45:56 +00:00
|
|
|
textproc/libxml
|
2005-03-12 22:13:27 +00:00
|
|
|
CONFIGURE_STYLE=gnu
|
2017-08-13 21:43:49 +00:00
|
|
|
|
2005-03-12 22:13:27 +00:00
|
|
|
CONFIGURE_ARGS= --without-libregex \
|
2017-08-13 21:43:49 +00:00
|
|
|
--includedir=${PREFIX}/include/autogen
|
2005-03-12 22:13:27 +00:00
|
|
|
|
|
|
|
MAKE_FLAGS+= INFO_DEPS=
|
2017-05-08 16:36:17 +00:00
|
|
|
|
2005-03-12 22:13:27 +00:00
|
|
|
.include <bsd.port.mk>
|