opnsense-ports/graphics/linux-c6-libGLU/Makefile
Franco Fichtner 4f7ac7e49e */*: sync with upstream
Taken from: FreeBSD
2016-06-24 04:38:28 +02:00

28 lines
669 B
Makefile

# Created by: Johannes Meixner <johannes@perceivon.net>
# $FreeBSD$
PORTNAME= libGLU
PORTVERSION= 11.0.7
CATEGORIES= graphics linux
DISTNAME= mesa-${PORTNAME}-${PORTVERSION}-${RPMVERSION}
MAINTAINER= emulation@FreeBSD.org
COMMENT= Mesa libGLU runtime libraries (Linux CentOS ${LINUX_DIST_VER})
ALWAYS_KEEP_DISTFILES= YES
CONFLICTS= linux-f10-dri-[0-9]* linux-f10-libGLU-[0-9]* linux-c6-dri-[0-9]*
ONLY_FOR_ARCHS= i386 amd64
.if defined(PACKAGE_BUILDING)
SRC_DISTFILES= mesa-${PORTVERSION}-${RPMVERSION}.src.rpm:SOURCE
.endif
RPMVERSION= 4.el6
USE_LINUX= c6
USE_LINUX_RPM= yes
USE_LDCONFIG= yes
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
.include <bsd.port.mk>