openbsd-ports/textproc/tre/Makefile

29 lines
566 B
Makefile
Raw Normal View History

2013-03-21 04:45:11 -04:00
# $OpenBSD: Makefile,v 1.10 2013/03/21 08:48:55 ajacoutot Exp $
COMMENT= lightweight regexp matching library with additional features
2013-01-28 16:08:04 -05:00
DISTNAME= tre-0.8.0
EXTRACT_SUFX= .tar.bz2
CATEGORIES= textproc
HOMEPAGE= http://laurikari.net/tre/
MASTER_SITES= ${HOMEPAGE}
MAINTAINER= Matthias Kilian <kili@openbsd.org>
# 2-clause BSD
PERMIT_PACKAGE_CDROM= Yes
2013-01-28 16:08:04 -05:00
SHARED_LIBS += tre 7.0 # 5.0
WANTLIB= c
MODULES= devel/gettext converters/libiconv
2010-11-20 14:56:47 -05:00
USE_GROFF = Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --enable-static
.include <bsd.port.mk>