27 lines
513 B
Makefile
Raw Normal View History

2015-05-05 17:00:16 +00:00
# $OpenBSD: Makefile,v 1.8 2015/05/05 17:00:17 sthen Exp $
COMMENT = event expression library
DISTNAME = libee-0.4.1
SHARED_LIBS += ee 0.1 # 0.0
CATEGORIES = devel
2015-05-05 17:00:16 +00:00
REVISION = 1
HOMEPAGE = http://www.libee.org/
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
# LGPLv2.1
PERMIT_PACKAGE_CDROM = Yes
2015-05-05 17:00:16 +00:00
WANTLIB += c estr m
2012-01-16 15:46:56 +00:00
MASTER_SITES = ${HOMEPAGE}/files/download/
2013-03-11 10:50:00 +00:00
TEST_FLAGS = CFLAGS+=-I${LOCALBASE}/include
2012-01-16 15:46:56 +00:00
LIB_DEPENDS = devel/libestr
CONFIGURE_STYLE = gnu
.include <bsd.port.mk>