Import tex-printlen-doc-1.1a as print/tex-printlen-doc.
[pkgsrc.git] / graphics / ogle_gui / Makefile
1 # $NetBSD$
2
3 DISTNAME=       ogle_gui-0.8.2
4 CATEGORIES=     graphics
5 MASTER_SITES=   http://www.dtek.chalmers.se/groups/dvd/dist/
6
7 MAINTAINER=     packages@netbsd.org
8 HOMEPAGE=       http://www.dtek.chalmers.se/groups/dvd/index.html
9 COMMENT=        GUI for the Ogle DVD player
10
11 DEPENDS+=       ogle>=0.8.2:../../graphics/ogle
12 # Normaly we would use the "../../devel/libglade/buildlink.mk" file,
13 # but this doesn't work here. Because ogle_gui wants libxml2 and the
14 # buildlink file for libglade would also link it with libxml1.
15 # This would result in an core dump. Thats why ogle_gui dlopens
16 # libglade.
17 DEPENDS+=       libglade>=0.17:../../devel/libglade
18
19 CONFIGURE_ARGS+=--bindir=${PREFIX}/lib/ogle
20
21 GNU_CONFIGURE=  yes
22 USE_GMAKE=      yes
23 #USE_LIBTOOL=   yes
24 BUILDLINK_DEPENDS.libxml2=      libxml2>=2.4.5
25 #LTCONFIG_OVERRIDE=     ${WRKSRC}/ltconfig
26
27 LDFLAGS+=       -Wl,-R${LOCALBASE}/lib/ogle -L${LOCALBASE}/lib/ogle
28
29 .include "../../textproc/libxml2/buildlink.mk"
30 .include "../../x11/gtk/buildlink.mk"
31 .include "../../mk/x11.buildlink.mk"
32 .include "../../mk/bsd.pkg.mk"