21 lines
446 B
Makefile
21 lines
446 B
Makefile
# $OpenBSD: Makefile,v 1.16 2017/04/10 11:46:35 sthen Exp $
|
|
|
|
COMMENT= displays the date and resembles the toolbar
|
|
|
|
DISTNAME= bbdate-0.2.4
|
|
REVISION= 0
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bbtools/}
|
|
HOMEPAGE= http://bbtools.sourceforge.net/download.php?file=3
|
|
|
|
MAINTAINER= William Yodlowsky <william@openbsd.org>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
WANTLIB= ICE SM X11 c m ${LIBCXX}
|
|
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|