freebsd-ports/x11-clocks/tclock/Makefile
Vanilla I. Shu 6aae51b6c6 Support stagedir.
Submitted by:	portmgr (blanket infrastructure)
2014-01-11 12:51:31 +00:00

23 lines
502 B
Makefile

# Created by: 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
USES= imake
USE_XORG= x11 xext
PLIST_FILES= bin/tclock man/man1/${PORTNAME}.1.gz
LICENSE= GPLv1
LICENSE_FILE= ${WRKSRC}/COPYING
.include <bsd.port.mk>