Finaly we can get Linux Steam utils works again! :) While here, pet reative paths Sponsored by: Future Crew, LLC
25 lines
578 B
Makefile
25 lines
578 B
Makefile
PORTNAME= libsndfile
|
|
PORTVERSION= 1.0.31
|
|
DISTVERSIONSUFFIX= -8.el9
|
|
PORTREVISION= 2
|
|
CATEGORIES= audio linux
|
|
|
|
MAINTAINER= emulation@FreeBSD.org
|
|
COMMENT= Reading and writing files containing sampled sound (like WAV or AIFF) (Rocky Linux ${LINUX_DIST_VER})
|
|
WWW= http://www.mega-nerd.com/libsndfile/
|
|
|
|
USES= cpe linux:rl9
|
|
USE_LDCONFIG= yes
|
|
USE_LINUX= flac gsm libogg libvorbis
|
|
USE_LINUX_RPM= yes
|
|
WANT_LINUX32= yes
|
|
|
|
CPE_VENDOR= libsndfile_project
|
|
|
|
CONFLICTS= linux-c7-${PORTNAME}
|
|
DESCR= ${PORTSDIR}/${PKGCATEGORY}/${PORTNAME}/pkg-descr
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|