mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
23 lines
538 B
Makefile
23 lines
538 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
|
|
CATEGORIES= x11-clocks
|
|
MASTER_SITES= ftp://ftp.uni-potsdam.de/pub/X11/tools/clocks/ \
|
|
ftp://ftp.fh-anhalt.de/pub/soft/Xwindow/tools/clocks/ \
|
|
ftp://ftp.uni-bielefeld.de/pub/systems/FreeBSD/lkoeller/
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE
|
|
|
|
NO_WRKSUBDIR= yes
|
|
USE_IMAKE= yes
|
|
MAN1= tclock.1
|
|
|
|
.include <bsd.port.mk>
|