20 lines
415 B
Makefile
20 lines
415 B
Makefile
# $OpenBSD: Makefile,v 1.6 2013/03/21 08:45:15 ajacoutot Exp $
|
|
|
|
COMMENT = library for string essentials
|
|
DISTNAME = libestr-0.1.4
|
|
SHARED_LIBS += estr 0.0 # 0.0
|
|
CATEGORIES = devel
|
|
|
|
HOMEPAGE = http://libestr.adiscon.com/
|
|
MAINTAINER = David Hill <dhill@mindcry.org>
|
|
|
|
# LGPLv2.1
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MASTER_SITES = ${HOMEPAGE}/files/download/
|
|
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|