diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-04-30 05:48:00 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-04-30 05:48:00 +0000 |
commit | b9c3376da82e34c55ec1156a1ff9af1aea205ffe (patch) | |
tree | 66a9b610b1271e83b09042cd17edb5a4d90e8374 /misc/wmmand | |
parent | b19759bb2d14e7c5497f27e49e6908bd22c864fe (diff) | |
download | ports-b9c3376da82e34c55ec1156a1ff9af1aea205ffe.tar.gz ports-b9c3376da82e34c55ec1156a1ff9af1aea205ffe.zip |
Notes
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 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 <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 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 <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 000000000000..c39abc82e771 --- /dev/null +++ b/misc/wmmand/pkg-plist @@ -0,0 +1 @@ +bin/wmMand |