5be4aecf95
portable. Bump PKGREVISION accordingly.
21 lines
441 B
Makefile
21 lines
441 B
Makefile
# $NetBSD: Makefile,v 1.5 2003/03/03 03:23:24 jschauma Exp $
|
|
#
|
|
|
|
DISTNAME= sunclock-1.4
|
|
PKGREVISION= 1
|
|
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_BUILDLINK2= yes
|
|
USE_IMAKE= yes
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if ${OPSYS} == "SunOS"
|
|
CPPFLAGS+= -DUSE_PUTENV
|
|
.endif
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|