blob: 0a8a8196596a92edc25230fdca524c9ac16dffba (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: Piotr Kubaj <pkubaj@anongoth.pl>
# $FreeBSD$
PORTNAME= libGLU
PORTVERSION= 9.0.0
CATEGORIES= graphics linux
DISTNAME= mesa-${PORTNAME}-${PORTVERSION}-${RPMVERSION}
MAINTAINER= emulation@FreeBSD.org
COMMENT= Mesa libGLU runtime libraries (Linux CentOS ${LINUX_DIST_VER})
CONFLICTS= linux-f10-dri-[0-9]* linux-f10-${PORTNAME}-[0-9]* linux-c6-dri-[0-9]* linux-c7-dri-[0-9]*
RPMVERSION= 4.el7
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
.include <bsd.port.mk>
|