1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

A DockApp mandelbrot explorer.

PR:		11171
Submitted by:	Chris Piazza <cpiazza@home.net>
This commit is contained in:
Satoshi Taoka 1999-04-30 05:48:00 +00:00
parent b19759bb2d
commit b9c3376da8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=18203
6 changed files with 53 additions and 0 deletions

30
misc/wmmand/Makefile Normal file
View File

@ -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>

1
misc/wmmand/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (wmMand-1.0.tar.gz) = f20bca536ba765cf2a80b56e063ed578

View File

@ -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

1
misc/wmmand/pkg-comment Normal file
View File

@ -0,0 +1 @@
A DockApp mandelbrot explorer.

7
misc/wmmand/pkg-descr Normal file
View File

@ -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

1
misc/wmmand/pkg-plist Normal file
View File

@ -0,0 +1 @@
bin/wmMand