diff options
author | wiz <wiz@pkgsrc.org> | 2011-03-06 16:02:28 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-03-06 16:02:28 +0000 |
commit | 3b0faad4eed25929eb9466f79a86bd63833058b2 (patch) | |
tree | 2e0950fe4261acbafec3ff24573aba194ce53bb6 /graphics/g3d/Makefile | |
parent | 12dcf0b377f5ecb5f0057fc9c6e4433ef06e171f (diff) | |
download | pkgsrc-3b0faad4eed25929eb9466f79a86bd63833058b2.tar.gz |
Remove GTK1 using packages for which noone spoke up for the last two weeks
on pkgsrc-users in the thread "[HEADS UP] Package removal -- please check".
Diffstat (limited to 'graphics/g3d/Makefile')
-rw-r--r-- | graphics/g3d/Makefile | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/graphics/g3d/Makefile b/graphics/g3d/Makefile deleted file mode 100644 index 465ae2e0b50..00000000000 --- a/graphics/g3d/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# $NetBSD: Makefile,v 1.26 2009/07/22 09:01:31 wiz Exp $ -# - -DISTNAME= g3d-0.0.2 -PKGREVISION= 6 -CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_LOCAL} - -MAINTAINER= pkgsrc-users@NetBSD.org -COMMENT= 3D modeller with a view of 3D modelling - -PKG_DESTDIR_SUPPORT= user-destdir - -WRKSRC= ${WRKDIR}/g3d -USE_LIBTOOL= YES -USE_TOOLS+= gmake -USE_X11BASE= YES -GNU_CONFIGURE= YES - -post-configure: - @${LN} -s ${WRKSRC}/b3d/src ${WRKSRC}/g3d/b3d - -.include "../../graphics/glu/buildlink3.mk" -.include "../../x11/gtkglarea/buildlink3.mk" -.include "../../x11/gtk/buildlink3.mk" - -.include "../../mk/bsd.pkg.mk" |