diff options
Diffstat (limited to 'x11/sawfish/Makefile.common')
-rw-r--r-- | x11/sawfish/Makefile.common | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/x11/sawfish/Makefile.common b/x11/sawfish/Makefile.common deleted file mode 100644 index ff952214da7..00000000000 --- a/x11/sawfish/Makefile.common +++ /dev/null @@ -1,29 +0,0 @@ -# $NetBSD: Makefile.common,v 1.2 2000/11/30 08:56:19 mycroft Exp $ - -DISTNAME= sawfish-${SF_VERS} -SF_VERS= 0.33.1 -CATEGORIES= x11 gnome -MASTER_SITES= ftp://mirror.capital-internet.net/pub/sawmill/sawfish/ \ - ftp://eprom.dhs.org/pub/mirrors/sawmill/ \ - http://ftp.fi.muni.cz/pub/linux/sawmill/ \ - ftp://ftp.dcs.warwick.ac.uk/people/John.Harper/ \ - ftp://ftp.du.se/pub/mirrors/sawfish/ \ - ftp://sawmill.sourceforge.net/pub/sawmill/ - -MAINTAINER= jlam@netbsd.org -HOMEPAGE= http://sawmill.sourceforge.net/ - -DEPENDS+= librep>=0.13:../../lang/librep -DEPENDS+= rep-gtk>=0.14:../../x11/rep-gtk -DEPENDS+= imlib>=1.8.2:../../graphics/imlib -DEPENDS+= control-center-*:../../x11/controlcenter - -USE_X11= # defined - -USE_GMAKE= # defined -GNU_CONFIGURE= # defined - -FILESDIR= ${.CURDIR}/../../x11/sawfish/files -PATCHDIR= ${.CURDIR}/../../x11/sawfish/patches - -.include "../../mk/bsd.pkg.mk" |