blob: 97c4f70f4eaf4c3aaa1047a87d182399668f6b71 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# New ports collection makefile for: wmSun
# Date created: 16 April 1999
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= wmsun
PORTVERSION= 1.03
CATEGORIES= astro windowmaker
MASTER_SITES= http://nis-www.lanl.gov/~mgh/WindowMaker/
DISTNAME= wmSun-1.03
MAINTAINER= ports@FreeBSD.org
PORTCOMMENT= A dockapp that displays the rise and set time of the sun
WRKSRC= ${WRKDIR}/${DISTNAME}/wmSun
USE_X_PREFIX= yes
USE_XPM= yes
ALL_TARGET= clean all
MAN1= wmSun.1
.include <bsd.port.mk>
|