aboutsummaryrefslogtreecommitdiffstats
path: root/x11-clocks/t3d/Makefile
blob: d77906c061bcfd30114f0cf12cfb47988c9099a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Created by: J Han <hjh@best.com>
# $FreeBSD$

PORTNAME=   t3d
PORTVERSION=    1.1
PORTREVISION=   2
CATEGORIES= x11-clocks
MASTER_SITES=   http://bernd-paysan.de/
DISTNAME=   t3d
EXTRACT_SUFX=   .shar.gz

MAINTAINER= ports@FreeBSD.org
COMMENT=    Clock using flying balls to display the time

LICENSE=    GPLv2

EXTRACT_CMD=        ${GZIP_CMD}
EXTRACT_BEFORE_ARGS=    -dc
EXTRACT_AFTER_ARGS= | ${SH}

NO_WRKSUBDIR=   yes
USES=       imake
USE_XORG=   x11 xext

MAN1=       t3d.1
PLIST_FILES=    bin/t3d

NO_STAGE=   yes
.include <bsd.port.mk>