blob: 2b2748f325ab46f3a9333de7629e8651ebf7d5f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.10 2008/01/03 14:37:03 obache Exp $
#
DISTNAME= bbdate-0.2.4
PKGREVISION= 1
CATEGORIES= time
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bbtools/}
MAINTAINER= jschauma@NetBSD.org
HOMEPAGE= http://bbtools.sourceforge.net/download.php?file=3
COMMENT= Display the current date
GNU_CONFIGURE= YES
USE_LANGUAGES= c c++
.include "../../x11/libX11/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|