14 lines
266 B
Makefile
14 lines
266 B
Makefile
# $OpenBSD: Makefile,v 1.13 2016/11/30 07:35:00 bentley Exp $
|
|
|
|
COMMENT = string internment library
|
|
|
|
NETSURF_PROJECT = libwapcaplet
|
|
NETSURF_VERSION = 0.4.0
|
|
|
|
CATEGORIES= devel
|
|
SHARED_LIBS = wapcaplet 3.0 #0.3.0
|
|
|
|
TEST_DEPENDS += devel/check
|
|
|
|
.include <bsd.port.mk>
|