2005-11-26 20:30:21 +01:00
|
|
|
# New ports collection makefile for: linux-openal
|
|
|
|
# Date created: 25 Nov 2005
|
|
|
|
# Whom: jylefort@FreeBSD.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= openal
|
2007-03-13 22:10:12 +01:00
|
|
|
DISTVERSION= 0.0.9-0.6.20060204cvs.fc4
|
2009-06-02 23:15:40 +02:00
|
|
|
PORTREVISION= 3
|
2005-11-26 20:30:21 +01:00
|
|
|
CATEGORIES= audio linux
|
2006-05-01 00:00:43 +02:00
|
|
|
MASTER_SITE_SUBDIR= ../extras/${LINUX_DIST_VER}/${LINUX_RPM_ARCH}/
|
2005-11-26 20:30:21 +01:00
|
|
|
|
2008-04-29 07:11:44 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2005-11-26 20:30:21 +01:00
|
|
|
COMMENT= A 3D positional spatialized sound library (Linux version)
|
|
|
|
|
2009-06-02 23:15:40 +02:00
|
|
|
CONFLICTS= linux-f8-openal-[0-9]* linux-f10-openal-[0-9]*
|
2009-04-01 12:10:16 +02:00
|
|
|
|
2012-04-14 22:24:51 +02:00
|
|
|
# EXPIRATION_DATE is the EoL of the last 7.x release
|
|
|
|
EXPIRATION_DATE=2013-02-28
|
2005-11-26 20:30:21 +01:00
|
|
|
ONLY_FOR_ARCHS= i386 amd64
|
2006-01-22 16:35:04 +01:00
|
|
|
USE_LINUX_RPM= yes
|
2009-03-19 18:28:51 +01:00
|
|
|
USE_LINUX_APPS= alsalib arts esound libaudiofile libvorbis sdl12
|
2006-07-13 14:35:13 +02:00
|
|
|
LINUX_DIST_VER= 4
|
2006-05-01 00:00:43 +02:00
|
|
|
MASTER_SITE_SRC_SUBDIR= ../extras/${LINUX_DIST_VER}/SRPMS
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_LDCONFIG= yes
|
2006-01-22 16:35:04 +01:00
|
|
|
AUTOMATIC_PLIST=yes
|
|
|
|
DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
|
2005-11-26 20:30:21 +01:00
|
|
|
|
2006-01-22 16:35:04 +01:00
|
|
|
.include <bsd.port.mk>
|