summaryrefslogtreecommitdiff
path: root/x11/asclock/Makefile
blob: d699afe45f0a793c04b688094d8550aa27e12c4c (plain)
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# New ports collection makefile for:    asclock
# Version required:     10
# Date created:         1997/11/11
# Whom:                 Hubert Feyrer <hubert.feyrer@rz.uni-regensburg.de>
#
# $NetBSD: Makefile,v 1.4 1998/01/30 13:57:40 agc Exp $
#

DISTNAME=		asclock
PKGNAME=		asclock-10
CATEGORIES=		x11
MASTER_SITES=		${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR=	X11/clocks
EXTRACT_SUFX=		.tgz

MAINTAINER=		hubertf@netbsd.org

LIB_DEPENDS=		Xpm.4:${PORTSDIR}/graphics/xpm

# Choose language from:
# 1) english [DEFAULT]
# 2) german
# 3) portuguese
# 4) dutch
# 5) norwegian
# 6) italian
# 7) swedish
# 8) spanish
# 9) hungarian
# 0) breton
# a) french
# b) czech
LANG?=1

# Choose paneltype from:
# 1) 8bit AfterStep-colors (47 colors) [DEFAULT]
# 2) 8bit NeXTStep -colors (76 colors)
# 3) 2bit greyscale        ( 4 colors)
PANEL?=1

USE_X11=	yes
INSTALL_TARGET=	install install.man
do-configure:
		cd ${WRKSRC} ; ( ${ECHO} ${LANG} ; ${ECHO} ${PANEL} ) | ./configure

.include <bsd.port.mk>