1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/x11-clocks/bclock/Makefile
Carlo Strub db5e2bc177 Fix typos in COMMENT
Approved by:	portmgr@ (implicit)
2012-07-29 11:17:02 +00:00

26 lines
520 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= 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>