summaryrefslogtreecommitdiff
path: root/x11-wm/fvwm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/fvwm/Makefile')
-rw-r--r--x11-wm/fvwm/Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/x11-wm/fvwm/Makefile b/x11-wm/fvwm/Makefile
deleted file mode 100644
index 8fb74901f56b..000000000000
--- a/x11-wm/fvwm/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# New ports collection makefile for: fvwm
-# Version required: 1.24r
-# Date created: 12 May 1995
-# Whom: me
-#
-# $Id$
-#
-
-DISTNAME= fvwm-1.24r
-MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/X11/window-managers/
-CATEGORIES+= x11
-
-MAINTAINER= me@FreeBSD.org
-
-USE_IMAKE= yes
-XMKMF= xmkmf
-
-post-install:
- @mkdir -p ${PREFIX}/include/X11/pixmaps
- cp ${WRKSRC}/fvwm_icons/*.xpm ${PREFIX}/include/X11/pixmaps
-
-.include <bsd.port.mk>