aboutsummaryrefslogtreecommitdiffstats
path: root/audio/linux-f10-openal/Makefile
diff options
context:
space:
mode:
authorjylefort <jylefort@FreeBSD.org>2006-01-22 23:35:04 +0800
committerjylefort <jylefort@FreeBSD.org>2006-01-22 23:35:04 +0800
commit54ddbb2eb013084a48c3b34450ac7833bbe1a98c (patch)
treec00bf6045cd30851bdabb75cd45d6f02e4b5f918 /audio/linux-f10-openal/Makefile
parentef3ce0405397348968aae08adcf3ed7391521628 (diff)
downloadfreebsd-ports-gnome-54ddbb2eb013084a48c3b34450ac7833bbe1a98c.tar.gz
freebsd-ports-gnome-54ddbb2eb013084a48c3b34450ac7833bbe1a98c.tar.zst
freebsd-ports-gnome-54ddbb2eb013084a48c3b34450ac7833bbe1a98c.zip
Switch to the USE_LINUX_RPM framework.
Diffstat (limited to 'audio/linux-f10-openal/Makefile')
-rw-r--r--audio/linux-f10-openal/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/audio/linux-f10-openal/Makefile b/audio/linux-f10-openal/Makefile
index 139ca448e91f..30987b7b5719 100644
--- a/audio/linux-f10-openal/Makefile
+++ b/audio/linux-f10-openal/Makefile
@@ -23,6 +23,9 @@ RUN_DEPENDS= ${LINUXBASE}/lib/libasound.so.2:${PORTSDIR}/audio/linux-alsa-lib \
${LINUXBASE}/usr/lib/libvorbis.so.0:${PORTSDIR}/audio/linux-libvorbis
ONLY_FOR_ARCHS= i386 amd64
-INSTALLS_LINUX_SHLIB= yes
+USE_LINUX_RPM= yes
+INSTALLS_SHLIB= yes
+AUTOMATIC_PLIST=yes
+DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
-.include "${.CURDIR}/../../audio/linux-openal/bsd.linux.mk"
+.include <bsd.port.mk>