diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-11-27 03:20:39 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-11-27 03:20:39 +0800 |
commit | 5b427a1bce803ff78472d3e9d3b9af681e84676d (patch) | |
tree | 54ecd902acd3e916cbd2665e666d110923145fa2 /audio/linux-libogg/Makefile | |
parent | 2e261615c78a33de8dc5738725a048c57bc148a9 (diff) | |
download | freebsd-ports-gnome-5b427a1bce803ff78472d3e9d3b9af681e84676d.tar.gz freebsd-ports-gnome-5b427a1bce803ff78472d3e9d3b9af681e84676d.tar.zst freebsd-ports-gnome-5b427a1bce803ff78472d3e9d3b9af681e84676d.zip |
Add linux-libogg.
Diffstat (limited to 'audio/linux-libogg/Makefile')
-rw-r--r-- | audio/linux-libogg/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/audio/linux-libogg/Makefile b/audio/linux-libogg/Makefile new file mode 100644 index 000000000000..2c285132d214 --- /dev/null +++ b/audio/linux-libogg/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: linux-libogg +# Date created: 25 Nov 2005 +# Whom: jylefort@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= libogg +DISTVERSION= 1.1.2-2 +CATEGORIES= audio linux +MASTER_SITE_SUBDIR= development/${LINUX_ARCH}/Fedora/RPMS/ + +MAINTAINER= jylefort@FreeBSD.org +COMMENT= Ogg bitstream library (Linux version) + +ONLY_FOR_ARCHS= i386 amd64 powerpc +INSTALLS_LINUX_SHLIB= yes + +.include "${.CURDIR}/../../audio/linux-openal/bsd.linux.mk" |