summaryrefslogtreecommitdiff
path: root/x11-wm/fvwm
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1994-08-25 21:04:07 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1994-08-25 21:04:07 +0000
commitc0effa89011ac8f218a38003ceebf9d3f726df3f (patch)
tree53612a88b61111fbb9b9b0a06633c940f5418879 /x11-wm/fvwm
parentAlso `make Makefiles' in USE_IMAKE case to catch subdirs. (diff)
Initial import for fvwm (version 1.23b) port.
Submitted by: jkh
Notes
Notes: svn path=/head/; revision=40
Diffstat (limited to 'x11-wm/fvwm')
-rw-r--r--x11-wm/fvwm/Makefile38
1 files changed, 38 insertions, 0 deletions
diff --git a/x11-wm/fvwm/Makefile b/x11-wm/fvwm/Makefile
new file mode 100644
index 000000000000..846f4efdf2e5
--- /dev/null
+++ b/x11-wm/fvwm/Makefile
@@ -0,0 +1,38 @@
+# New ports collection makefile for: fvwm
+# Version required: 1.23b
+# Date created: 25 August 1994
+# Whom: jkh
+#
+# $Id: Makefile,v 1.1.1.1 1994/08/21 19:08:10 jkh Exp $
+#
+
+DISTNAME= fvwm-1.23b
+WRKSRC= ${.CURDIR}/work
+HOME_LOCATION= spcot.sanders.com:~ftp/pub/fvwm
+USE_IMAKE= yes
+
+EXTRACT_COOKIE= ${.CURDIR}/.extract_done
+
+extract: ${EXTRACT_COOKIE}
+
+${EXTRACT_COOKIE}:
+ @echo "===> Extracting for ${DISTNAME}"
+ @rm -rf ${WRKDIR}
+ @mkdir -p ${WRKDIR}
+ @if [ ! -f ${DISTDIR}/fvwm-1.23b-core.tar.gz ]; then \
+ echo ">> Sorry, can't find: ${DISTDIR}/fvwm-1.23b-core.tar.gz"; \
+ echo ">> Please obtain this file from:"; \
+ echo ">> ${HOME_LOCATION}"; \
+ echo ">>before proceeding."; \
+ exit 1; \
+ fi
+ @${EXTRACT_CMD} ${EXTRACT_ARGS} ${DISTDIR}/fvwm-1.23b-core.tar.gz
+ @if [ -f ${DISTDIR}/fvwm-1.23b-modules.tar.gz ]; then \
+ ${EXTRACT_CMD} ${EXTRACT_ARGS} ${DISTDIR}/fvwm-1.23b-modules.tar.gz;\
+ fi
+ @if [ -f ${DISTDIR}/fvwm-1.23-icons.tar.gz ]; then \
+ ${EXTRACT_CMD} ${EXTRACT_ARGS} ${DISTDIR}/fvwm-1.23-icons.tar.gz; \
+ fi
+ @touch -f ${EXTRACT_COOKIE}
+
+.include <bsd.port.mk>