diff options
Diffstat (limited to 'x11-fm/vide/Makefile')
-rw-r--r-- | x11-fm/vide/Makefile | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/x11-fm/vide/Makefile b/x11-fm/vide/Makefile deleted file mode 100644 index 41826a5..0000000 --- a/x11-fm/vide/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: vide -# Date created: May 17 2000 -# Whom: careilly -# -# $FreeBSD$ -# - -PORTNAME= vide -PORTVERSION= 0.5 -CATEGORIES= x11-fm -MASTER_SITES= http://vide.sourceforge.net/ - -MAINTAINER= careilly@thecia.ie -COMMENT= Simple Gtk+ based filemanager with vi keybindings - -RUN_DEPENDS= vim:${PORTSDIR}/editors/vim5 - -BROKEN= "Broken checksum; will be removed after Feb 2" - -USE_X_PREFIX= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomelibs -USE_REINPLACE= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="-DHAVE_SYS_PARAM_H" - -PLIST_SUB= VERSION=${PORTVERSION} - -PATCH_WRKSRC= ${WRKSRC}/src - -post-patch: - @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/src/*.c - -.include <bsd.port.mk> |