mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
3e4ed01146
- 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)
28 lines
747 B
Makefile
28 lines
747 B
Makefile
# New ports collection makefile for: linux-freealut
|
|
# Date created: 03 September 2006
|
|
# Whom: Jona Joachim <walkingshadow@grummel.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= freealut
|
|
PORTVERSION= 1.1.0
|
|
CATEGORIES= audio linux
|
|
MASTER_SITE_SUBDIR= ../extras/${LINUX_DIST_VER}/${LINUX_RPM_ARCH}/
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-1.fc${LINUX_DIST_VER}
|
|
|
|
MAINTAINER= jaj@hcl-club.lu
|
|
COMMENT= A free implementation of OpenAL's ALUT standard (Linux version)
|
|
|
|
RUN_DEPENDS= ${LINUXBASE}/usr/lib/libopenal.so.0:${PORTSDIR}/audio/linux-openal
|
|
|
|
USE_LINUX_RPM= yes
|
|
LINUX_DIST_VER= 4
|
|
USE_LDCONFIG= yes
|
|
ONLY_FOR_ARCHS= i386 amd64
|
|
DIST_SUBDIR= rpm
|
|
AUTOMATIC_PLIST=yes
|
|
MASTER_SITE_SRC_SUBDIR= ../extras/${LINUX_DIST_VER}/SRPMS
|
|
|
|
.include <bsd.port.mk>
|