From b9c3376da82e34c55ec1156a1ff9af1aea205ffe Mon Sep 17 00:00:00 2001 From: Satoshi Taoka Date: Fri, 30 Apr 1999 05:48:00 +0000 Subject: A DockApp mandelbrot explorer. PR: 11171 Submitted by: Chris Piazza --- misc/wmmand/Makefile | 30 ++++++++++++++++++++++++++++++ misc/wmmand/distinfo | 1 + misc/wmmand/files/patch-aa | 13 +++++++++++++ misc/wmmand/pkg-comment | 1 + misc/wmmand/pkg-descr | 7 +++++++ misc/wmmand/pkg-plist | 1 + 6 files changed, 53 insertions(+) create mode 100644 misc/wmmand/Makefile create mode 100644 misc/wmmand/distinfo create mode 100644 misc/wmmand/files/patch-aa create mode 100644 misc/wmmand/pkg-comment create mode 100644 misc/wmmand/pkg-descr create mode 100644 misc/wmmand/pkg-plist diff --git a/misc/wmmand/Makefile b/misc/wmmand/Makefile new file mode 100644 index 000000000000..cf21a38ad349 --- /dev/null +++ b/misc/wmmand/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: wmMand +# Version required: 1.0 +# Date created: 16 April 1999 +# Whom: Chris Piazza +# +# $Id$ + +DISTNAME= wmMand-1.0 +PKGNAME= wmmand-1.0 +CATEGORIES= misc windowmaker +MASTER_SITES= http://nis-www.lanl.gov/~mgh/WindowMaker/ + +MAINTAINER= cpiazza@home.net + +LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm + +WRKSRC= ${WRKDIR}/${DISTNAME}/wmMand + +USE_GMAKE= yes +USE_XLIB= yes +USE_X_PREFIX= yes +ALL_TARGET= clean all + +MAN1= wmMand.1 + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/wmMand ${PREFIX}/bin/ + ${INSTALL_MAN} ${WRKSRC}/wmMand.1 ${PREFIX}/man/man1/ + +.include diff --git a/misc/wmmand/distinfo b/misc/wmmand/distinfo new file mode 100644 index 000000000000..06f7cf09e1b4 --- /dev/null +++ b/misc/wmmand/distinfo @@ -0,0 +1 @@ +MD5 (wmMand-1.0.tar.gz) = f20bca536ba765cf2a80b56e063ed578 diff --git a/misc/wmmand/files/patch-aa b/misc/wmmand/files/patch-aa new file mode 100644 index 000000000000..17b6dc7e2c9b --- /dev/null +++ b/misc/wmmand/files/patch-aa @@ -0,0 +1,13 @@ +--- Makefile.orig Fri Apr 16 14:55:02 1999 ++++ Makefile Fri Apr 16 14:55:26 1999 +@@ -1,6 +1,7 @@ +-CC = gcc +-CFLAGS = -O2 -Wall +-INCDIR = -I/usr/X11R6/include/X11 ++CC ?= gcc ++CFLAGS ?= -O2 ++CFLAGS += -Wall ++INCDIR = -I/usr/X11R6/include + DESTDIR= /usr/X11R6 + LIBDIR = -L/usr/X11R6/lib + # for linux diff --git a/misc/wmmand/pkg-comment b/misc/wmmand/pkg-comment new file mode 100644 index 000000000000..37dcc3f8fa16 --- /dev/null +++ b/misc/wmmand/pkg-comment @@ -0,0 +1 @@ +A DockApp mandelbrot explorer. diff --git a/misc/wmmand/pkg-descr b/misc/wmmand/pkg-descr new file mode 100644 index 000000000000..5687b41795e5 --- /dev/null +++ b/misc/wmmand/pkg-descr @@ -0,0 +1,7 @@ +A simple mandelbrot explorer that is intended for the WindowMaker dock. + +Author: +Mike Henderson + +-Chris Piazza +cpiazza@home.net diff --git a/misc/wmmand/pkg-plist b/misc/wmmand/pkg-plist new file mode 100644 index 000000000000..c39abc82e771 --- /dev/null +++ b/misc/wmmand/pkg-plist @@ -0,0 +1 @@ +bin/wmMand -- cgit v1.2.3