-
Notifications
You must be signed in to change notification settings - Fork 1
/
Makefile
39 lines (28 loc) · 1007 Bytes
/
Makefile
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
# $OpenBSD: Makefile,v 1.20 2010/10/24 21:15:31 ajacoutot Exp $
COMMENT= afterstep clock with some language extensions
DISTNAME= asclock-2.0.12
REVISION= 0
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_AFTERSTEP:=apps/asclock/} \
http://www.tigr.net/afterstep/download/asclock/
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 Xext Xpm Xau Xdmcp c
THEMES= Freeamp Newstone Orb Stone beats classic penguin shaped
CLASSICS= beats classic shaped
LANGUAGES= english german portuguese dutch norwegian italian \
swedish spanish hungarian breton french czech russian \
ukrainian slovene indonesian danish hebrew japanese
FLAVORS= ${THEMES:L} ${LANGUAGES}
FLAVOR?= classic english
CONFIGURE_STYLE= imake
USE_GROFF = Yes
pre-configure:
@THEMES='${THEMES}' CLASSICS='${CLASSICS}' LANGUAGES='${LANGUAGES}' \
WRKSRC=${WRKSRC} FLAVOR='${FLAVOR}' \
perl ${FILESDIR}/configure conf
NO_REGRESS= Yes
.include <bsd.port.mk>