29 lines
556 B
Makefile

# $OpenBSD: Makefile,v 1.17 2019/07/12 20:50:16 sthen Exp $
COMMENT= lightweight regexp matching library with additional features
DISTNAME= tre-0.8.0
EXTRACT_SUFX= .tar.bz2
CATEGORIES= textproc
REVISION= 4
HOMEPAGE= http://laurikari.net/tre/
MASTER_SITES= ${HOMEPAGE}
MAINTAINER= Matthias Kilian <kili@openbsd.org>
# 2-clause BSD
PERMIT_PACKAGE= Yes
SHARED_LIBS += tre 7.0 # 5.0
WANTLIB= c iconv intl
LIB_DEPENDS= devel/gettext,-runtime
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --enable-static
.include <bsd.port.mk>