30 lines
559 B
Makefile
30 lines
559 B
Makefile
# $OpenBSD: Makefile,v 1.11 2013/10/24 15:18:00 ajacoutot Exp $
|
|
|
|
COMMENT= lightweight regexp matching library with additional features
|
|
|
|
DISTNAME= tre-0.8.0
|
|
EXTRACT_SUFX= .tar.bz2
|
|
CATEGORIES= textproc
|
|
REVISION= 0
|
|
|
|
HOMEPAGE= http://laurikari.net/tre/
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
MAINTAINER= Matthias Kilian <kili@openbsd.org>
|
|
|
|
# 2-clause BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
SHARED_LIBS += tre 7.0 # 5.0
|
|
|
|
WANTLIB= c
|
|
|
|
MODULES= devel/gettext
|
|
|
|
USE_GROFF = Yes
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS+= --enable-static
|
|
|
|
.include <bsd.port.mk>
|