diff options
author | jylefort <jylefort@FreeBSD.org> | 2006-01-22 23:35:04 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2006-01-22 23:35:04 +0800 |
commit | 54ddbb2eb013084a48c3b34450ac7833bbe1a98c (patch) | |
tree | c00bf6045cd30851bdabb75cd45d6f02e4b5f918 /audio/linux-libogg | |
parent | ef3ce0405397348968aae08adcf3ed7391521628 (diff) | |
download | freebsd-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-libogg')
-rw-r--r-- | audio/linux-libogg/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/audio/linux-libogg/Makefile b/audio/linux-libogg/Makefile index bdcd59b169c7..ce05b2b0ee86 100644 --- a/audio/linux-libogg/Makefile +++ b/audio/linux-libogg/Makefile @@ -15,6 +15,9 @@ MAINTAINER= jylefort@FreeBSD.org COMMENT= Ogg bitstream library (Linux version) 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> |