1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

A dockapp that displays the rise and set time of the sun

PR:		11174
Submitted by:	Chris Piazza <cpiazza@home.net>
This commit is contained in:
Satoshi Taoka 1999-04-30 04:55:56 +00:00
parent 3e55b19efe
commit cc32d54e32
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=18199
6 changed files with 53 additions and 0 deletions

30
astro/wmsun/Makefile Normal file
View File

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

1
astro/wmsun/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (wmSun-1.03.tar.gz) = defc6747ebdb64b5d3afe91f916d3acc

View File

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

1
astro/wmsun/pkg-comment Normal file
View File

@ -0,0 +1 @@
A dockapp that displays the rise and set time of the sun.

7
astro/wmsun/pkg-descr Normal file
View File

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

1
astro/wmsun/pkg-plist Normal file
View File

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