summaryrefslogtreecommitdiff
path: root/x11-wm/fvwm/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1995-04-12 20:32:12 +0000
committerSatoshi Asami <asami@FreeBSD.org>1995-04-12 20:32:12 +0000
commiteabfc48a36f9cf687e5910f887fb4892ea1bd08b (patch)
treea884486f13428d381093505b375b85c6229680da /x11-wm/fvwm/Makefile
parentNow the rest of the ports Makefiles.... (diff)
And now the rest of the x11 ports Makefiles.
Notes
Notes: svn path=/head/; revision=1352
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>