mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
4e66d49984
Update SITES, HOMEPAGE, and comments.
19 lines
367 B
Makefile
19 lines
367 B
Makefile
COMMENT= displays the date and resembles the toolbar
|
|
|
|
DISTNAME= bbdate-0.2.4
|
|
REVISION= 5
|
|
CATEGORIES= x11
|
|
SITES= ${SITE_SOURCEFORGE:=bbtools/}
|
|
HOMEPAGE= https://bbtools.sourceforge.net/download.php?file=3
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB += ICE SM X11 c m ${COMPILER_LIBCXX}
|
|
|
|
COMPILER = base-clang ports-gcc base-gcc
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|