33e3d901d4
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)
22 lines
509 B
Makefile
22 lines
509 B
Makefile
# New ports collection makefile for: swisswatch
|
|
# Date created: 16 December 1995
|
|
# Whom: Yoshiro MIHIRA <sanpei@yy.cs.keio.ac.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= swisswatch
|
|
PORTVERSION= 0.06
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11-clocks
|
|
MASTER_SITES= ${MASTER_SITE_PORTS_JP}
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
MAINTAINER= sanpei@FreeBSD.org
|
|
COMMENT= A Swiss railway clock emulation, and a fancy default appearance
|
|
|
|
USE_IMAKE= yes
|
|
USE_XORG= ice sm x11 xext xmu xt
|
|
MAN1= swisswatch.1
|
|
|
|
.include <bsd.port.mk>
|