mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
26 lines
498 B
Makefile
26 lines
498 B
Makefile
# Created by: Dmitry Marakasov <amdmi3@amdmi3.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= glpng
|
|
PORTVERSION= 1.46
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://repo.or.cz/glpng.git/snapshot/
|
|
DISTNAME= 1079563a36edfe10a5f5d79ad38fe465425b989e
|
|
DIST_SUBDIR= glpng
|
|
|
|
MAINTAINER= amdmi3@FreeBSD.org
|
|
COMMENT= Library to easily load PNG files as an OpenGL textures
|
|
|
|
LICENSE= ZLIB
|
|
|
|
LIB_DEPENDS= libpng.so:graphics/png
|
|
|
|
WRKSRC= ${WRKDIR}/glpng-1079563
|
|
|
|
USE_GL= gl
|
|
USES= cmake zip
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|