ac39aa6a57
Improvements in this release are detailed in the changelog. ok landry@, slightly older diff ok sthen@
14 lines
264 B
Makefile
14 lines
264 B
Makefile
# $OpenBSD: Makefile,v 1.3 2012/01/12 03:17:08 bentley Exp $
|
|
|
|
COMMENT = BMP/ICO decoding library
|
|
|
|
NETSURF_PROJECT = libnsbmp
|
|
NETSURF_VERSION = 0.0.3
|
|
|
|
WRKDIST = ${WRKDIR}/${DISTNAME}
|
|
|
|
CATEGORIES = graphics
|
|
SHARED_LIBS = nsbmp 0.0 #0.0.3
|
|
|
|
.include <bsd.port.mk>
|