mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
A DockApp mandelbrot explorer.
PR: 11171 Submitted by: Chris Piazza <cpiazza@home.net>
This commit is contained in:
parent
b19759bb2d
commit
b9c3376da8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=18203
30
misc/wmmand/Makefile
Normal file
30
misc/wmmand/Makefile
Normal 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
1
misc/wmmand/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (wmMand-1.0.tar.gz) = f20bca536ba765cf2a80b56e063ed578
|
13
misc/wmmand/files/patch-aa
Normal file
13
misc/wmmand/files/patch-aa
Normal 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
1
misc/wmmand/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A DockApp mandelbrot explorer.
|
7
misc/wmmand/pkg-descr
Normal file
7
misc/wmmand/pkg-descr
Normal 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
1
misc/wmmand/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/wmMand
|
Loading…
Reference in New Issue
Block a user