mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
33e3d901d4
modular xorg. - supply corresponding USE_XORG for all imake-using ports that need it - USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG - retire USE_X_PREFIX which is not really used anywhere after the above change - a few minor nits like whitespace and SF macro Tested by: 2 tinderbox runs by pav Approved by: portmgr (pav)
26 lines
522 B
Makefile
26 lines
522 B
Makefile
# New ports collection makefile for: bclock
|
|
# Date created: 13 May 1997
|
|
# Whom: Brian Handy <handy@physics.montana.edu>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= bclock
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11-clocks
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
MASTER_SITE_SUBDIR= X11/clocks
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A round, analog X11 clock with bezier curve hands
|
|
|
|
USE_IMAKE= yes
|
|
USE_XORG= ice sm x11 xext xmu xt
|
|
MAN1= bclock.1
|
|
|
|
PLIST_FILES= bin/bclock \
|
|
lib/X11/app-defaults/Clock-color
|
|
|
|
.include <bsd.port.mk>
|