diff options
author | jlam <jlam@pkgsrc.org> | 2000-06-21 02:58:23 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-06-21 02:58:23 +0000 |
commit | d1024f14aaecfb7080aff98e8c25922e3e729be5 (patch) | |
tree | d6cb02900c721552a2dee90397f06249747a1961 /x11/gtkglarea/Makefile | |
parent | ce52cb9f8cfbd699f8cf9b4f4c1bf547d51ecb33 (diff) | |
download | pkgsrc-d1024f14aaecfb7080aff98e8c25922e3e729be5.tar.gz |
USE_LIBTOOL instead of PKGLIBTOOL.
Diffstat (limited to 'x11/gtkglarea/Makefile')
-rw-r--r-- | x11/gtkglarea/Makefile | 34 |
1 files changed, 18 insertions, 16 deletions
diff --git a/x11/gtkglarea/Makefile b/x11/gtkglarea/Makefile index 56eeb542047..4065fd51dbc 100644 --- a/x11/gtkglarea/Makefile +++ b/x11/gtkglarea/Makefile @@ -1,23 +1,25 @@ -# $NetBSD: Makefile,v 1.13 2000/06/01 11:23:46 rh Exp $ +# $NetBSD: Makefile,v 1.14 2000/06/21 03:20:33 jlam Exp $ -DISTNAME= gtkglarea-1.2.1 -CATEGORIES= x11 graphics -MASTER_SITES= http://www.student.oulu.fi/~jlof/gtkglarea/download/ +DISTNAME= gtkglarea-1.2.1 +CATEGORIES= x11 graphics +MASTER_SITES= http://www.student.oulu.fi/~jlof/gtkglarea/download/ -MAINTAINER= hubertf@netbsd.org -HOMEPAGE= http://www.student.oulu.fi/~jlof/gtkglarea/ +MAINTAINER= hubertf@netbsd.org +HOMEPAGE= http://www.student.oulu.fi/~jlof/gtkglarea/ -DEPENDS+= Mesa-*:../../graphics/Mesa -DEPENDS+= gtk+-1.2.*:../../x11/gtk +DEPENDS+= Mesa-*:../../graphics/Mesa +DEPENDS+= gtk+-1.2.*:../../x11/gtk -GNU_CONFIGURE= yes -USE_PKGLIBTOOL= yes -USE_X11BASE= yes -CONFIGURE_ARGS+= --with-gtk-prefix=${X11BASE} -CONFIGURE_ARGS+= --with-GL-prefix=${X11BASE} -CONFIGURE_ARGS+= --with-lib-MesaGL +USE_X11BASE= # defined +USE_LIBTOOL= # defined +LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig -PLIST_SUBST+= LOCALBASE=${LOCALBASE} +GNU_CONFIGURE= # defined +CONFIGURE_ARGS+= --with-gtk-prefix=${X11BASE} +CONFIGURE_ARGS+= --with-GL-prefix=${X11BASE} +CONFIGURE_ARGS+= --with-lib-MesaGL + +PLIST_SUBST+= LOCALBASE=${LOCALBASE} post-install: ${INSTALL_MAN_DIR} ${PREFIX}/share/doc/gtkglarea @@ -27,6 +29,6 @@ post-install: ${INSTALL_MAN} gtkglarea.txt ${PREFIX}/share/doc/gtkglarea ${TEST} ${PREFIX} = ${LOCALBASE} || \ ${LN} -fs ${PREFIX}/share/aclocal/gtkgl.m4 \ - ${LOCALBASE}/share/aclocal/gtkgl.m4 + ${LOCALBASE}/share/aclocal/gtkgl.m4 .include "../../mk/bsd.pkg.mk" |