116e8ad531
. add linux-f10-libGLU to CONFLICTS; . bump PORTREVISION.
32 lines
792 B
Makefile
32 lines
792 B
Makefile
# New ports collection makefile for: graphics/linux-f8-libGLU
|
|
# Date created: 2008-04-02
|
|
# Whom: bsam
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libGLU
|
|
PORTVERSION= 7.0.2
|
|
PORTREVISION= 2
|
|
CATEGORIES= graphics linux
|
|
PKGNAMEPREFIX= linux-f8-
|
|
DISTNAME= ${LINUX_NAME}-${PORTVERSION}-${RPMVERSION}
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= Mesa libGLU runtime library (Linux Fedora 8)
|
|
|
|
CONFLICTS= linux_dri-[0-9]* linux_dri-devel-* linux-libGLU-* linux-dri-[0-9]* \
|
|
linux-f10-libGLU-[0-9]*
|
|
|
|
ONLY_FOR_ARCHS= i386 amd64
|
|
USE_LINUX_RPM= yes
|
|
LINUX_NAME= mesa-libGLU
|
|
LINUX_DIST_VER= 8
|
|
RPMVERSION= 3.fc8
|
|
USE_LDCONFIG= yes
|
|
SRC_DISTFILES= mesa-${PORTVERSION}-${RPMVERSION}.src.rpm
|
|
|
|
PLIST_FILES= usr/lib/libGLU.so.1 usr/lib/libGLU.so.1.3.070002
|
|
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
|
|
|
|
.include <bsd.port.mk>
|