mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
ca94cb6b02
Approved by: portmgr (blanket)
25 lines
513 B
Makefile
25 lines
513 B
Makefile
PORTNAME= glpng
|
|
PORTVERSION= 1.46
|
|
PORTREVISION= 2
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://repo.or.cz/glpng.git/snapshot/ \
|
|
https://mirror.amdmi3.ru/distfiles/${DIST_SUBDIR}/
|
|
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
|
|
|
|
USES= cmake cpe gl zip
|
|
USE_GL= gl
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|