blob: 774c28fb5dd8b4de320547f9d8241c466e8188dd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# $FreeBSD$
PORTNAME= libepoxy
PORTVERSION= 1.3.1
PORTREVISION= 1
DISTVERSIONPREFIX= v
CATEGORIES= graphics
MAINTAINER= x11@FreeBSD.org
COMMENT= Library to handle OpenGL function pointer management
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USE_GITHUB= yes
GH_ACCOUNT= anholt
USES= autoreconf libtool pathfix pkgconfig python:build
USE_XORG= xorg-macros x11
USE_GL= egl glesv2
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>
|