c4e71c5e7a
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
19 lines
402 B
Makefile
19 lines
402 B
Makefile
# $NetBSD: Makefile,v 1.3 2001/06/11 06:34:53 jlam 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"
|
|
CPPFLAGS+= -DUSE_PUTENV
|
|
.endif
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|