freebsd-ports/x11-clocks/tclock/Makefile
Frederic Culot 275289ac25 - Update MASTER_SITES
PR:		ports/156243
Submitted by:	Klaus Aehlig <aehlig AT linta.de> (maintainer)
2011-04-07 09:56:33 +00:00

28 lines
587 B
Makefile

# New ports collection makefile for: tclock
# Date created: So 7 Feb 1999 20:50:43 MET
# Whom: Lars Koeller <lkoeller@cc.fh-lippe.de>
#
# $FreeBSD$
#
PORTNAME= tclock
PORTVERSION= 1.0.1
PORTREVISION= 2
CATEGORIES= x11-clocks
MASTER_SITES= http://www.linta.de/distfiles/ \
ftp://ftp.uni-potsdam.de/pub/X11/tools/clocks/
EXTRACT_SUFX= .tar.Z
MAINTAINER= aehlig@linta.de
COMMENT= Transparent analog clock for x11
NO_WRKSUBDIR= yes
USE_IMAKE= yes
USE_XORG= x11 xext
MAN1= tclock.1
PLIST_FILES= bin/tclock
LICENSE= GPLv1
LICENSE_FILE= ${WRKSRC}/COPYING
.include <bsd.port.mk>