9b4b8a47af
Submitted by William Yodlowsky <bsd@openbsd.rutgers.edu>. bbdate displays the current date in a window resembling the toolbar, and is smart enough to pick up settings from the Blackbox style-file.
22 lines
530 B
Makefile
22 lines
530 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2001/01/06 23:38:40 naddy Exp $
|
|
|
|
DISTNAME= bbdate-0.2.1
|
|
CATEGORIES= x11
|
|
NEED_VERSION= 1.310
|
|
MASTER_SITES= http://bbtools.thelinuxcommunity.org/sources/ \
|
|
http://openbsd.rutgers.edu/
|
|
HOMEPAGE= http://bbtools.thelinuxcommunity.org/available.phtml#bbdate
|
|
|
|
MAINTAINER= William Yodlowsky <bsd@openbsd.rutgers.edu>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= blackbox::x11/blackbox
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|