2014-12-10 07:24:29 +00:00

20 lines
411 B
Makefile

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