- add @bin markers, fix WANTLIB, bump
This commit is contained in:
parent
31e6cf352b
commit
051b8c8b77
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.35 2007/09/15 20:04:23 merdely Exp $
|
||||
# $OpenBSD: Makefile,v 1.36 2008/11/28 17:44:37 ajacoutot Exp $
|
||||
|
||||
ONLY_FOR_ARCHS= alpha i386 powerpc sparc64 amd64
|
||||
|
||||
@ -6,7 +6,7 @@ CATEGORIES= x11
|
||||
|
||||
COMMENT= DVD player
|
||||
DISTNAME= ogle-0.9.2
|
||||
PKGNAME= ${DISTNAME}p2
|
||||
PKGNAME= ${DISTNAME}p3
|
||||
SHARED_LIBS= dvdcontrol 11.0 \
|
||||
msgevents 8.0
|
||||
HOMEPAGE= http://www.dtek.chalmers.se/groups/dvd/
|
||||
@ -23,7 +23,9 @@ PERMIT_DISTFILES_CDROM=Yes
|
||||
PERMIT_DISTFILES_FTP=Yes
|
||||
PERMIT_PACKAGE_CDROM=Yes
|
||||
PERMIT_PACKAGE_FTP=Yes
|
||||
WANTLIB= ICE SM X11 Xext Xinerama Xv Xxf86vm c iconv m z
|
||||
|
||||
WANTLIB= ICE SM X11 Xext Xinerama Xv Xxf86vm c iconv m z \
|
||||
Xau Xdmcp
|
||||
|
||||
LIB_DEPENDS= a52::audio/liba52 \
|
||||
dvdread.>=3.0::devel/libdvdread \
|
||||
|
@ -1,5 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.13 2004/08/05 16:23:35 espie Exp $
|
||||
bin/ifo_dump
|
||||
@comment $OpenBSD: PLIST,v 1.14 2008/11/28 17:44:37 ajacoutot Exp $
|
||||
@bin bin/ifo_dump
|
||||
bin/ogle
|
||||
include/ogle/
|
||||
include/ogle/dvd.h
|
||||
@ -12,21 +12,21 @@ lib/ogle/libdvdcontrol.a
|
||||
lib/ogle/libdvdcontrol.la
|
||||
lib/ogle/libmsgevents.a
|
||||
lib/ogle/libmsgevents.la
|
||||
lib/ogle/ogle_ac3_p
|
||||
lib/ogle/ogle_audio
|
||||
@bin lib/ogle/ogle_ac3_p
|
||||
@bin lib/ogle/ogle_audio
|
||||
lib/ogle/ogle_audio_debug
|
||||
lib/ogle/ogle_cli
|
||||
@bin lib/ogle/ogle_cli
|
||||
lib/ogle/ogle_cli_debug
|
||||
lib/ogle/ogle_ctrl
|
||||
@bin lib/ogle/ogle_ctrl
|
||||
lib/ogle/ogle_ctrl_debug
|
||||
lib/ogle/ogle_gui_debug
|
||||
lib/ogle/ogle_mpeg_ps
|
||||
@bin lib/ogle/ogle_mpeg_ps
|
||||
lib/ogle/ogle_mpeg_ps_debug
|
||||
lib/ogle/ogle_mpeg_vs
|
||||
@bin lib/ogle/ogle_mpeg_vs
|
||||
lib/ogle/ogle_mpeg_vs_debug
|
||||
lib/ogle/ogle_nav
|
||||
@bin lib/ogle/ogle_nav
|
||||
lib/ogle/ogle_nav_debug
|
||||
lib/ogle/ogle_vout
|
||||
@bin lib/ogle/ogle_vout
|
||||
lib/ogle/ogle_vout_debug
|
||||
@man man/man1/ogle.1
|
||||
@man man/man5/oglerc.tbl
|
||||
|
Loading…
Reference in New Issue
Block a user