summaryrefslogtreecommitdiff
path: root/astro/wmsun/Makefile
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>1999-04-30 04:55:56 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>1999-04-30 04:55:56 +0000
commitcc32d54e329609a0068f734c9dd64d073a660d11 (patch)
tree4a30716e1cd5b00a4a3fb9c7d654de9666aed21c /astro/wmsun/Makefile
parentA DockApp that shows the weather at geosynchronous orbit (diff)
A dockapp that displays the rise and set time of the sun
PR: 11174 Submitted by: Chris Piazza <cpiazza@home.net>
Notes
Notes: svn path=/head/; revision=18199
Diffstat (limited to 'astro/wmsun/Makefile')
-rw-r--r--astro/wmsun/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/astro/wmsun/Makefile b/astro/wmsun/Makefile
new file mode 100644
index 000000000000..5d26c4ba580d
--- /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>