2011-07-18 16:03:50 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.3 2011/07/18 20:03:50 landry Exp $
|
2010-06-29 16:11:13 -04:00
|
|
|
|
|
|
|
COMMENT = string internment library
|
|
|
|
|
|
|
|
NETSURF_PROJECT = libwapcaplet
|
2011-07-18 16:03:50 -04:00
|
|
|
NETSURF_VERSION = 0.1.0
|
2010-06-29 16:11:13 -04:00
|
|
|
|
|
|
|
CATEGORIES= devel
|
2011-07-18 16:03:50 -04:00
|
|
|
SHARED_LIBS = wapcaplet 1.0 #0.1.0
|
2010-06-29 16:11:13 -04:00
|
|
|
|
|
|
|
NO_REGRESS = Yes #failing test on gcc3 archs
|
2010-11-22 03:36:47 -05:00
|
|
|
REGRESS_DEPENDS += devel/check
|
2010-06-29 16:11:13 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|