openbsd-ports/graphics/glpng/files/Makefile
ajacoutot 17f0788a31 Import glpng-1.45.
This is a library for OpenGL to load PNG graphics files as an OpenGL
texture as easily as possible.  It also has a number of options for
generating the alpha channel and mipmaps.

help and ok steven@
2006-11-20 09:35:48 +00:00

9 lines
171 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2006/11/20 09:35:48 ajacoutot Exp $
LIB= glpng
SRCS= glpng.c
LDADD= -L${X11BASE}/lib -lGL -L${LOCALBASE}/lib -lpng
.include <bsd.lib.mk>