aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/fvwm2-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/fvwm2-devel/Makefile')
-rw-r--r--x11-wm/fvwm2-devel/Makefile37
1 files changed, 0 insertions, 37 deletions
diff --git a/x11-wm/fvwm2-devel/Makefile b/x11-wm/fvwm2-devel/Makefile
deleted file mode 100644
index ec6e824e2ad2..000000000000
--- a/x11-wm/fvwm2-devel/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# New ports collection makefile for: Fvwm2
-# Version required: 2.2.4
-# Date created: 20 Jan 1996
-# Whom: peter
-#
-# $FreeBSD$
-#
-
-DISTNAME= fvwm-2.2.4
-CATEGORIES= x11-wm
-MASTER_SITES= ftp://ftp.fvwm.org/pub/fvwm/version-2/
-
-MAINTAINER= jcwells@u.washington.edu
-
-LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
-
-USE_X_PREFIX= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+=--enable-extras
-USE_GMAKE= yes
-
-MAN1= FvwmAnimate.1 FvwmAudio.1 FvwmAuto.1 FvwmBacker.1 FvwmBanner.1 \
- FvwmButtons.1 FvwmCommand.1 FvwmConfig.1 FvwmConsole.1 \
- FvwmCpp.1 FvwmDebug.1 FvwmEvent.1 FvwmForm.1 FvwmGoodStuff.1 \
- FvwmIconBox.1 FvwmIconMan.1 FvwmIdent.1 FvwmM4.1 FvwmPager.1 \
- FvwmRearrange.1 FvwmSave.1 FvwmSaveDesk.1 FvwmScript.1 FvwmScroll.1 \
- FvwmTalk.1 FvwmTaskBar.1 FvwmWharf.1 FvwmWinList.1 fvwm2.1 xpmroot.1 \
- FvwmConsoleC.pl.1
-
-post-install:
- @${MKDIR} ${PREFIX}/lib/X11/fvwm2/pixmaps
- ${INSTALL_DATA} ${WRKSRC}/icons/*.xpm ${WRKSRC}/icons/*.xbm \
- ${WRKSRC}/icons/*.bitmap ${WRKSRC}/icons/*.icon \
- ${PREFIX}/lib/X11/fvwm2/pixmaps
- @${CAT} ${PKGDIR}/MESSAGE
-
-.include <bsd.port.mk>