1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/x11-clocks/t3d/Makefile
Niclas Zeising 4c46ca73d8 Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-07 18:36:55 +00:00

28 lines
502 B
Makefile

# 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 xorg
USE_XORG= x11 xext
PLIST_FILES= bin/t3d man/man1/${PORTNAME}.1.gz
.include <bsd.port.mk>