diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-08-06 17:54:00 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-08-06 17:54:00 +0000 |
commit | 892900c81997fdf7b271f0ff33b7c178197069c1 (patch) | |
tree | e543383728073611dd20ae2947542878aa0b263b /multimedia/ogle/Makefile | |
parent | 37dbce4426b04a77da129bdc71365cb093912cb7 (diff) |
Notes
Diffstat (limited to 'multimedia/ogle/Makefile')
-rw-r--r-- | multimedia/ogle/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/multimedia/ogle/Makefile b/multimedia/ogle/Makefile index 495d7ed2bafb..6b97796ba0d6 100644 --- a/multimedia/ogle/Makefile +++ b/multimedia/ogle/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ogle -PORTVERSION= 0.8.4 +PORTVERSION= 0.8.5 CATEGORIES= graphics MASTER_SITES= http://www.dtek.chalmers.se/groups/dvd/dist/ @@ -15,6 +15,7 @@ MAINTAINER= lioux@FreeBSD.org LIB_DEPENDS= a52.0:${PORTSDIR}/audio/liba52 \ dvdread.2:${PORTSDIR}/graphics/libdvdread \ jpeg.9:${PORTSDIR}/graphics/jpeg \ + mad.1:${PORTSDIR}/audio/mad \ xml2.5:${PORTSDIR}/textproc/libxml2 USE_REINPLACE= yes @@ -25,6 +26,7 @@ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" CONFIGURE_ARGS= --with-libjpeg=${LOCALBASE} \ --with-dvdread=${LOCALBASE} \ + --with-libmad=${LOCALBASE} \ --with-liba52=${LOCALBASE} INSTALLS_SHLIB= yes @@ -44,9 +46,6 @@ pre-configure: @${TOUCH} `${FIND} -E ${WRKSRC} -regex ".*Makefile\.(am|in)"` @${TOUCH} ${WRKSRC}/configure.in ${WRKSRC}/configure -post-install: - @${CAT} ${PKGMESSAGE} - .include <bsd.port.pre.mk> # hack to make ogle work with liba52 + djbfft |