diff options
author | taoka <taoka@FreeBSD.org> | 1999-04-30 13:48:00 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 1999-04-30 13:48:00 +0800 |
commit | 39de424939ebbd1a8fde4c167e9be8c8583b1504 (patch) | |
tree | 8270879dc74cc573677fc366716cb01cf0bc21f5 /misc/wmmand | |
parent | 35978ae06f9dc8a78ef283c082bad3ea420897a4 (diff) | |
download | freebsd-ports-graphics-39de424939ebbd1a8fde4c167e9be8c8583b1504.tar.gz freebsd-ports-graphics-39de424939ebbd1a8fde4c167e9be8c8583b1504.tar.zst freebsd-ports-graphics-39de424939ebbd1a8fde4c167e9be8c8583b1504.zip |
A DockApp mandelbrot explorer.
PR: 11171
Submitted by: Chris Piazza <cpiazza@home.net>
Diffstat (limited to 'misc/wmmand')
-rw-r--r-- | misc/wmmand/Makefile | 30 | ||||
-rw-r--r-- | misc/wmmand/distinfo | 1 | ||||
-rw-r--r-- | misc/wmmand/files/patch-aa | 13 | ||||
-rw-r--r-- | misc/wmmand/pkg-comment | 1 | ||||
-rw-r--r-- | misc/wmmand/pkg-descr | 7 | ||||
-rw-r--r-- | misc/wmmand/pkg-plist | 1 |
6 files changed, 53 insertions, 0 deletions
diff --git a/misc/wmmand/Makefile b/misc/wmmand/Makefile new file mode 100644 index 00000000000..cf21a38ad34 --- /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 <cpiazza@home.net> +# +# $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 <bsd.port.mk> diff --git a/misc/wmmand/distinfo b/misc/wmmand/distinfo new file mode 100644 index 00000000000..06f7cf09e1b --- /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 00000000000..17b6dc7e2c9 --- /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 00000000000..37dcc3f8fa1 --- /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 00000000000..5687b41795e --- /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 <mghenderson@lanl.gov> + +-Chris Piazza +cpiazza@home.net diff --git a/misc/wmmand/pkg-plist b/misc/wmmand/pkg-plist new file mode 100644 index 00000000000..c39abc82e77 --- /dev/null +++ b/misc/wmmand/pkg-plist @@ -0,0 +1 @@ +bin/wmMand |