openbsd-ports/graphics/glpng/files/Makefile

9 lines
171 B
Makefile
Raw Normal View History

# $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>