1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/astro/wmsun/Makefile
Satoshi Taoka cc32d54e32 A dockapp that displays the rise and set time of the sun
PR:		11174
Submitted by:	Chris Piazza <cpiazza@home.net>
1999-04-30 04:55:56 +00:00

31 lines
616 B
Makefile

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