# Description: libdca is still in early development stage so don't expect too much of it # URL: http://developers.videolan.org/libdca.html # Maintainer: Han Boetes # Packager: Han Boetes # Depends on: name=libdts version=0.0.2 release=1 source="ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/libdts-$version.tar.gz" build() { cd $name-$version ./configure \ --prefix=/usr \ --disable-nls make make install DESTDIR=$PKG }