summaryrefslogtreecommitdiffstats
path: root/astro
diff options
context:
space:
mode:
authortaoka <taoka@FreeBSD.org>1999-04-30 04:55:56 +0000
committertaoka <taoka@FreeBSD.org>1999-04-30 04:55:56 +0000
commit634d3ca013d1de00cc909be2e060b4e25d9f726d (patch)
tree4caac64b26c7dfecfe8db9724cdc80d471e93573 /astro
parent418618d925cb067b960b26c8a4e809b502f3c798 (diff)
downloadFreeBSD-ports-634d3ca013d1de00cc909be2e060b4e25d9f726d.zip
FreeBSD-ports-634d3ca013d1de00cc909be2e060b4e25d9f726d.tar.gz
A dockapp that displays the rise and set time of the sun
PR: 11174 Submitted by: Chris Piazza <cpiazza@home.net>
Diffstat (limited to 'astro')
-rw-r--r--astro/wmsun/Makefile30
-rw-r--r--astro/wmsun/distinfo1
-rw-r--r--astro/wmsun/files/patch-aa13
-rw-r--r--astro/wmsun/pkg-comment1
-rw-r--r--astro/wmsun/pkg-descr7
-rw-r--r--astro/wmsun/pkg-plist1
6 files changed, 53 insertions, 0 deletions
diff --git a/astro/wmsun/Makefile b/astro/wmsun/Makefile
new file mode 100644
index 0000000..5d26c4b
--- /dev/null
+++ b/astro/wmsun/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for: wmSun
+# Version required: 1.03
+# Date created: 16 April 1999
+# Whom: Chris Piazza <cpiazza@home.net>
+#
+# $Id$
+
+DISTNAME= wmSun-1.03
+PKGNAME= wmsun-1.03
+CATEGORIES= astro windowmaker
+MASTER_SITES= http://nis-www.lanl.gov/~mgh/WindowMaker/
+
+MAINTAINER= cpiazza@home.net
+
+LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
+
+WRKSRC= ${WRKDIR}/${DISTNAME}/wmSun
+
+USE_GMAKE= yes
+USE_XLIB= yes
+USE_X_PREFIX= yes
+ALL_TARGET= clean all
+
+MAN1= wmSun.1
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/wmSun ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/wmSun.1 ${PREFIX}/man/man1
+
+.include <bsd.port.mk>
diff --git a/astro/wmsun/distinfo b/astro/wmsun/distinfo
new file mode 100644
index 0000000..2f2597a
--- /dev/null
+++ b/astro/wmsun/distinfo
@@ -0,0 +1 @@
+MD5 (wmSun-1.03.tar.gz) = defc6747ebdb64b5d3afe91f916d3acc
diff --git a/astro/wmsun/files/patch-aa b/astro/wmsun/files/patch-aa
new file mode 100644
index 0000000..c793620
--- /dev/null
+++ b/astro/wmsun/files/patch-aa
@@ -0,0 +1,13 @@
+--- Makefile.orig Fri Apr 16 15:27:34 1999
++++ Makefile Fri Apr 16 15:27:56 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
+
diff --git a/astro/wmsun/pkg-comment b/astro/wmsun/pkg-comment
new file mode 100644
index 0000000..8662389
--- /dev/null
+++ b/astro/wmsun/pkg-comment
@@ -0,0 +1 @@
+A dockapp that displays the rise and set time of the sun.
diff --git a/astro/wmsun/pkg-descr b/astro/wmsun/pkg-descr
new file mode 100644
index 0000000..cc94b90
--- /dev/null
+++ b/astro/wmsun/pkg-descr
@@ -0,0 +1,7 @@
+A dockapp that displays the rise and set time of the sun.
+
+Author:
+Mike Henderson <mghenderson@lanl.gov>
+
+-Chris Piazza
+cpiazza@home.net
diff --git a/astro/wmsun/pkg-plist b/astro/wmsun/pkg-plist
new file mode 100644
index 0000000..4f84411
--- /dev/null
+++ b/astro/wmsun/pkg-plist
@@ -0,0 +1 @@
+bin/wmSun
OpenPOWER on IntegriCloud