freebsd-ports/x11-clocks/t3d/Makefile
Dmitry Marakasov 33e3d901d4 Convert most of remaining ports that depend on xorg-libraries to
modular xorg.

- supply corresponding USE_XORG for all imake-using ports that need it
- USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG
- retire USE_X_PREFIX which is not really used anywhere after the
  above change
- a few minor nits like whitespace and SF macro

Tested by:	2 tinderbox runs by pav
Approved by:	portmgr (pav)
2009-06-09 15:33:28 +00:00

30 lines
545 B
Makefile

# New ports collection makefile for: t3d
# Date created: 20 Apr 1998
# Whom: J Han <hjh@best.com>
#
# $FreeBSD$
#
PORTNAME= t3d
PORTVERSION= 1.1
PORTREVISION= 2
CATEGORIES= x11-clocks
MASTER_SITES= http://www.jwdt.com/~paysan/
DISTNAME= t3d
EXTRACT_SUFX= .shar.gz
MAINTAINER= ports@FreeBSD.org
COMMENT= Clock using flying balls to display the time
EXTRACT_CMD= ${GZIP_CMD}
EXTRACT_BEFORE_ARGS= -dc
EXTRACT_AFTER_ARGS= | ${SH}
NO_WRKSUBDIR= yes
USE_IMAKE= yes
USE_XORG= x11 xext
MAN1= t3d.1
PLIST_FILES= bin/t3d
.include <bsd.port.mk>