From 943cfe1f34d83105bc6e92bff63b1f3441d8c2e9 Mon Sep 17 00:00:00 2001 From: Mario Sergio Fujikawa Ferreira Date: Tue, 3 Jun 2003 05:22:35 +0000 Subject: New port wmxss version 0.1: Run xscreensaver modules inside a WindowMaker dock PR: 42073 Submitted by: Bruce M Simpson --- x11/wmxss/Makefile | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 x11/wmxss/Makefile (limited to 'x11/wmxss/Makefile') diff --git a/x11/wmxss/Makefile b/x11/wmxss/Makefile new file mode 100644 index 000000000000..97d9613124e5 --- /dev/null +++ b/x11/wmxss/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: wmxss +# Date created: 27 August 2002 +# Whom: Bruce M Simpson +# +# $FreeBSD$ +# + +PORTNAME= wmxss +PORTVERSION= 0.1 +CATEGORIES= x11 +MASTER_SITES= http://nis-www.lanl.gov/~mgh/WindowMaker/ + +MAINTAINER= bms@spc.org +COMMENT= Run xscreensaver modules inside a WindowMaker dock + +USE_X_PREFIX= yes +USE_REINPLACE= yes +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/Src + +post-extract: + @( cd ${WRKSRC} ; ${MAKE} clean ; ${RM} -f .nfs* ) + +post-patch: + @${REINPLACE_CMD} -E \ + -e 's|-O2||' \ + ${BUILD_WRKSRC}/${MAKEFILE} + +.include -- cgit v1.2.3