openbsd-ports/x11/asclock/Makefile
naddy dbbbe3968d Update to 2.0.12; requested and tested by Joshua Stein <jcs@rt.fm>.
- Docks under WindowMaker.
- The port now supports three themes with 19 localizations each, plus
  five fixed themes, for a total of 62 different flavors.
2001-01-06 16:43:44 +00:00

36 lines
1.0 KiB
Makefile

# $OpenBSD: Makefile,v 1.7 2001/01/06 16:43:44 naddy Exp $
DISTNAME= asclock-2.0.12
CATEGORIES= x11
NEED_VERSION= 1.348
MASTER_SITES= ftp://ftp.afterstep.org/apps/asclock/ \
ftp://fuf.sh.cvut.cz/pub/AfterStep/apps/asclock/ \
http://www.tigr.net/afterstep/download/asclock/
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
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_X11= Yes
pre-fetch:
@THEMES='${THEMES}' CLASSICS='${CLASSICS}' LANGUAGES='${LANGUAGES}' \
FLAVOR='${FLAVOR}' ${FILESDIR}/configure chk
pre-configure:
@THEMES='${THEMES}' CLASSICS='${CLASSICS}' LANGUAGES='${LANGUAGES}' \
WRKSRC=${WRKSRC} FLAVOR='${FLAVOR}' ${FILESDIR}/configure conf
.include <bsd.port.mk>