mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
31 lines
815 B
Makefile
31 lines
815 B
Makefile
# Created by: bsam
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libGLU
|
|
PORTVERSION= 7.2
|
|
CATEGORIES= graphics linux
|
|
MASTER_SITES= LOCAL/ehaupt/rpm/${LINUX_RPM_ARCH}/fedora/${LINUX_DIST_VER}
|
|
DISTNAME= mesa-${PORTNAME}-${PORTVERSION}-${RPMVERSION}
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= Mesa libGLU runtime library (Linux Fedora 10)
|
|
|
|
CONFLICTS= linux_dri-[0-9]* linux_dri-devel-* linux-libGLU-[0-9]* \
|
|
linux-f8-libGLU-[0-9]* linux-dri-[0-9]* linux-dri74-[0-9]*
|
|
|
|
ONLY_FOR_ARCHS= i386 amd64
|
|
USE_LINUX= f10
|
|
USE_LINUX_RPM= yes
|
|
LINUX_NAME= mesa-libGLU
|
|
|
|
RPMVERSION= 0.15.fc10
|
|
USE_LDCONFIG= yes
|
|
SRC_DISTFILES= mesa-${PORTVERSION}-${RPMVERSION}.src.rpm
|
|
|
|
PLIST_FILES= usr/lib/libGLU.so.1 usr/lib/libGLU.so.1.3.070300
|
|
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
|
|
|
|
SRC_DISTFILE= mesa-${PORTVERSION}-${RPMVERSION}.src.rpm
|
|
|
|
.include <bsd.port.mk>
|