openbsd-ports/devel/libee/Makefile

25 lines
497 B
Makefile
Raw Normal View History

2013-03-21 04:45:11 -04:00
# $OpenBSD: Makefile,v 1.6 2013/03/21 08:45:15 ajacoutot Exp $
COMMENT = event expression library
DISTNAME = libee-0.4.1
SHARED_LIBS += ee 0.1 # 0.1
CATEGORIES = devel
HOMEPAGE = http://www.libee.org/
MAINTAINER = David Hill <dhill@mindcry.org>
# LGPLv2.1
PERMIT_PACKAGE_CDROM = Yes
2012-01-16 10:46:56 -05:00
WANTLIB += c estr
MASTER_SITES = ${HOMEPAGE}/files/download/
2013-03-11 06:50:00 -04:00
TEST_FLAGS = CFLAGS+=-I${LOCALBASE}/include
2012-01-16 10:46:56 -05:00
LIB_DEPENDS = devel/libestr
CONFIGURE_STYLE = gnu
.include <bsd.port.mk>