2014-12-10 07:24:29 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2014/12/10 07:24:29 benoit Exp $
|
2012-01-16 15:17:58 +00:00
|
|
|
|
|
|
|
COMMENT = library for string essentials
|
2014-12-10 07:24:29 +00:00
|
|
|
DISTNAME = libestr-0.1.10
|
2012-01-16 15:17:58 +00:00
|
|
|
CATEGORIES = devel
|
2014-12-10 07:24:29 +00:00
|
|
|
SHARED_LIBS += estr 0.0 # 0.0
|
2012-01-16 15:17:58 +00:00
|
|
|
|
|
|
|
HOMEPAGE = http://libestr.adiscon.com/
|
2014-12-10 07:24:29 +00:00
|
|
|
|
2014-11-09 08:58:23 +00:00
|
|
|
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
|
2012-01-16 15:17:58 +00:00
|
|
|
|
2014-12-10 07:24:29 +00:00
|
|
|
# LGPLv2.1
|
2012-01-16 15:17:58 +00:00
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
|
2013-07-02 06:27:40 +00:00
|
|
|
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
|
2012-01-16 15:17:58 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|