18 lines
344 B
Makefile
18 lines
344 B
Makefile
COMMENT = library for string essentials
|
|
DISTNAME = libestr-0.1.11
|
|
CATEGORIES = devel
|
|
SHARED_LIBS += estr 0.0 # 0.0
|
|
|
|
HOMEPAGE = http://libestr.adiscon.com/
|
|
|
|
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
|
|
|
|
# LGPLv2.1
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MASTER_SITES = http://libestr.adiscon.com/files/download/
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
.include <bsd.port.mk>
|