b2c6a43026
Update xclock to 1.0.8 Add LICENSE Add missing dependency and sort USE_XORG. Move USES before USE_XORG to pet portlint. PR: 235886 Submitted by: Samy Mahmoudi Sponsored by: B3 Init (zeising)
17 lines
284 B
Makefile
17 lines
284 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xclock
|
|
PORTVERSION= 1.0.8
|
|
CATEGORIES= x11-clocks
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Analog and digital clock for X
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= iconv
|
|
XORG_CAT= app
|
|
USE_XORG= x11 xaw xft xkbfile xmu xrender xt
|
|
|
|
.include <bsd.port.mk>
|