diff options
Diffstat (limited to 'misc/misterproper/Makefile')
-rw-r--r-- | misc/misterproper/Makefile | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/misc/misterproper/Makefile b/misc/misterproper/Makefile deleted file mode 100644 index 6505db4a2..000000000 --- a/misc/misterproper/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# New ports collection makefile for: misterproper -# Date created: 12 December 2000 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= misterproper -PORTVERSION= 0.4 -PORTREVISION= 4 -CATEGORIES= misc gnome -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -#ftp://misterproper.sourceforge.net/pub/misterproper/releases/ \ -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= ports@FreeBSD.org -COMMENT= A GNOME application designed to manage cyclic tasks - -USE_X_PREFIX= yes -USE_GNOME= gnomehack gnomelibs gnomeprefix gnometarget -USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.mk> |