2019-07-12 20:50:46 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.22 2019/07/12 20:51:08 sthen Exp $
|
2001-05-06 04:41:05 +00:00
|
|
|
|
2007-07-22 07:30:26 +00:00
|
|
|
COMMENT= displays the date and resembles the toolbar
|
2001-01-06 23:38:40 +00:00
|
|
|
|
2007-07-23 18:30:55 +00:00
|
|
|
DISTNAME= bbdate-0.2.4
|
2018-10-24 14:27:57 +00:00
|
|
|
REVISION= 4
|
2001-01-06 23:38:40 +00:00
|
|
|
CATEGORIES= x11
|
2014-06-18 01:16:42 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bbtools/}
|
2007-07-22 07:30:26 +00:00
|
|
|
HOMEPAGE= http://bbtools.sourceforge.net/download.php?file=3
|
2001-01-06 23:38:40 +00:00
|
|
|
|
2003-10-08 17:13:14 +00:00
|
|
|
# GPL
|
2019-07-12 20:50:46 +00:00
|
|
|
PERMIT_PACKAGE= Yes
|
2001-01-06 23:38:40 +00:00
|
|
|
|
2017-11-15 21:28:05 +00:00
|
|
|
WANTLIB += ICE SM X11 c m ${COMPILER_LIBCXX}
|
2001-07-09 17:10:49 +00:00
|
|
|
|
2018-10-24 14:27:57 +00:00
|
|
|
COMPILER = base-clang ports-gcc base-gcc
|
|
|
|
|
2001-01-06 23:38:40 +00:00
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|