mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
be6c15b5c6
Add USES=xorg and USES=gl to ports in categories starting with 'g'. While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
28 lines
572 B
Makefile
28 lines
572 B
Makefile
# Created by: Dmitry Marakasov <amdmi3@amdmi3.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= glpng
|
|
PORTVERSION= 1.46
|
|
PORTREVISION= 1
|
|
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 gl zip
|
|
USE_GL= gl
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|