aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/fvwm/Makefile
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1995-04-13 04:32:12 +0800
committerasami <asami@FreeBSD.org>1995-04-13 04:32:12 +0800
commit8b4236cf7ebe88317356fa74570fea802de1bd0e (patch)
tree7e4bc01a5237a086344bcf19181b850324b0cc72 /x11-wm/fvwm/Makefile
parent4b66b1425f949394009f8068fe492c88c8864a2e (diff)
downloadfreebsd-ports-gnome-8b4236cf7ebe88317356fa74570fea802de1bd0e.tar.gz
freebsd-ports-gnome-8b4236cf7ebe88317356fa74570fea802de1bd0e.tar.zst
freebsd-ports-gnome-8b4236cf7ebe88317356fa74570fea802de1bd0e.zip
And now the rest of the x11 ports Makefiles.
Diffstat (limited to 'x11-wm/fvwm/Makefile')
-rw-r--r--x11-wm/fvwm/Makefile15
1 files changed, 8 insertions, 7 deletions
diff --git a/x11-wm/fvwm/Makefile b/x11-wm/fvwm/Makefile
index 4c7e7e5ce459..31d293cf7835 100644
--- a/x11-wm/fvwm/Makefile
+++ b/x11-wm/fvwm/Makefile
@@ -3,23 +3,24 @@
# Date created: 25 August 1994
# Whom: jkh
#
-# $Id: Makefile,v 1.14 1995/03/27 13:24:18 asami Exp $
+# $Id: Makefile,v 1.15 1995/04/01 12:50:52 jkh Exp $
#
DISTNAME= fvwm
-NO_WRKSUBDIR= yes
+PKGNAME= fvwm-1.23b
+CATEGORIES+= x11
+MASTER_SITES= ftp://spcot.sanders.com/pub/fvwm/
DISTFILES= fvwm-core.tar.gz fvwm-modules.tar.gz \
fvwm-icons.tar.gz
-MASTER_SITES= ftp://spcot.sanders.com/pub/fvwm/
-CATEGORIES+= x11
+
+LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
+
+NO_WRKSUBDIR= yes
USE_IMAKE= yes
XMKMF= xmkmf
-LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
pre-install:
@cp ${FILESDIR}/configure2.h ${WRKSRC}/configure.h
@(cd ${WRKSRC}; ${MAKE} Makefiles)
-
-
.include <bsd.port.mk>