blob: 2f7acaa1e12894e699056e141745c5167ec24938 (
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
|
# 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_GCC= any
USE_IMAKE= yes
USE_XORG= ice sm x11 xext xmu xt
MAN1= swisswatch.1
.include <bsd.port.mk>
|