freebsd-ports/graphics/glpng/Makefile

26 lines
568 B
Makefile
Raw Normal View History

PORTNAME= glpng
2017-03-29 08:51:02 +02:00
PORTVERSION= 1.46
PORTREVISION= 2
CATEGORIES= graphics
2017-11-30 18:09:11 +01:00
MASTER_SITES= http://repo.or.cz/glpng.git/snapshot/ \
https://mirror.amdmi3.ru/distfiles/${DIST_SUBDIR}/
2017-03-29 08:51:02 +02:00
DISTNAME= 1079563a36edfe10a5f5d79ad38fe465425b989e
DIST_SUBDIR= glpng
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Library to easily load PNG files as an OpenGL textures
WWW= http://www.wyatt100.freeserve.co.uk/download.htm
2015-01-24 14:53:49 +01:00
LICENSE= ZLIB
LIB_DEPENDS= libpng.so:graphics/png
2017-03-29 08:51:02 +02:00
WRKSRC= ${WRKDIR}/glpng-1079563
USES= cmake cpe gl zip
2017-11-30 18:09:11 +01:00
USE_GL= gl
2017-03-29 08:51:02 +02:00
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>