openbsd-ports/x11/asclock/Makefile

39 lines
1001 B
Makefile
Raw Normal View History

2008-02-01 16:38:26 -05:00
# $OpenBSD: Makefile,v 1.16 2008/02/01 21:38:26 steven Exp $
COMMENT= afterstep clock with some language extensions
1998-05-19 01:49:06 -04:00
DISTNAME= asclock-2.0.12
2008-02-01 16:38:26 -05:00
PKGNAME= ${DISTNAME}p0
1998-05-19 01:49:06 -04:00
CATEGORIES= x11
2002-10-29 14:48:57 -05:00
2004-05-25 06:21:30 -04:00
MASTER_SITES= ${MASTER_SITE_AFTERSTEP:=apps/asclock/} \
http://www.tigr.net/afterstep/download/asclock/
1998-05-19 01:49:06 -04:00
# GPL
2000-03-23 15:14:18 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2008-02-01 16:38:26 -05:00
WANTLIB= X11 Xext Xpm Xau Xdmcp c
2000-03-23 15:14:18 -05:00
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
2000-03-31 12:22:05 -05:00
FLAVORS= ${THEMES:L} ${LANGUAGES}
FLAVOR?= classic english
2000-03-31 12:22:05 -05:00
CONFIGURE_STYLE= imake
USE_X11= Yes
2000-03-31 12:22:05 -05:00
1998-05-19 01:49:06 -04:00
pre-configure:
@THEMES='${THEMES}' CLASSICS='${CLASSICS}' LANGUAGES='${LANGUAGES}' \
WRKSRC=${WRKSRC} FLAVOR='${FLAVOR}' ${FILESDIR}/configure conf
1998-05-19 01:49:06 -04:00
2002-10-29 14:48:57 -05:00
NO_REGRESS= Yes
1998-05-19 01:49:06 -04:00
.include <bsd.port.mk>