20 lines
411 B
Makefile
Raw Normal View History

2014-12-10 07:24:29 +00:00
# $OpenBSD: Makefile,v 1.9 2014/12/10 07:24:29 benoit Exp $
COMMENT = library for string essentials
2014-12-10 07:24:29 +00:00
DISTNAME = libestr-0.1.10
CATEGORIES = devel
2014-12-10 07:24:29 +00:00
SHARED_LIBS += estr 0.0 # 0.0
HOMEPAGE = http://libestr.adiscon.com/
2014-12-10 07:24:29 +00:00
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
2014-12-10 07:24:29 +00:00
# LGPLv2.1
PERMIT_PACKAGE_CDROM = Yes
MASTER_SITES = http://libestr.adiscon.com/files/download/
2012-01-16 15:46:14 +00:00
2014-12-10 07:24:29 +00:00
CONFIGURE_STYLE = gnu
.include <bsd.port.mk>