bae807c30b
Changelog here: http://download.netsurf-browser.org/netsurf/releases/ChangeLog.txt Thanks to sthen@ tobiasu@ jturner@ for testing. ok sthen@
12 lines
230 B
Makefile
12 lines
230 B
Makefile
# $OpenBSD: Makefile,v 1.5 2013/05/03 07:32:34 bentley Exp $
|
|
|
|
COMMENT = BMP/ICO decoding library
|
|
|
|
NETSURF_PROJECT = libnsbmp
|
|
NETSURF_VERSION = 0.1.0
|
|
|
|
CATEGORIES = graphics
|
|
SHARED_LIBS = nsbmp 1.0 #0.1.0
|
|
|
|
.include <bsd.port.mk>
|