ajacoutot a183b75553 "/usr/local/lib/pkgconfig/" is part of mtree(8).
Packages should not own this dir to prevent its deletion or a warning that it
cannot be removed because it's not empty at pkg_delete(1) time.
2015-05-22 11:31:10 +00:00

21 lines
428 B
Makefile

# $OpenBSD: Makefile,v 1.10 2015/05/22 11:31:12 ajacoutot Exp $
COMMENT = library for string essentials
DISTNAME = libestr-0.1.10
CATEGORIES = devel
SHARED_LIBS += estr 0.0 # 0.0
REVISION = 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>