19 lines
410 B
Makefile
19 lines
410 B
Makefile
# $NetBSD: Makefile,v 1.2 2001/02/17 17:32:10 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= sunclock-1.4
|
|
CATEGORIES= x11 time
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB:=applications/}
|
|
|
|
MAINTAINER= perry@netbsd.org
|
|
COMMENT= Show which portion of the Earth's surface is illuminated by the Sun
|
|
|
|
USE_IMAKE= yes
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if ${OPSYS} == "SunOS"
|
|
MAKE_ENV+= CPPFLAGS=-DUSE_PUTENV
|
|
.endif
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|