mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
8febf28614
This release adds Croatian and Polish language files. The day and week patches have been integrated, as has Debian's nopolling patch. Take ownership of the port since I now maintain the upstream code. Discussed with: garga
40 lines
1.1 KiB
Makefile
40 lines
1.1 KiB
Makefile
# New ports collection makefile for: wmclock
|
|
# Date created: 05 May 2001
|
|
# Whom: Per Otterstr=F6m <pelle@fukt.bth.se>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= wmclock
|
|
PORTVERSION= 1.0.14
|
|
CATEGORIES= x11-clocks windowmaker
|
|
MASTER_SITES= http://www.bluestop.org/wmclock/ \
|
|
${MASTER_SITE_GENTOO}
|
|
MASTER_SITE_SUBDIR= distfiles
|
|
|
|
MAINTAINER= brucec@FreeBSD.org
|
|
COMMENT= A dockable clock applet for Window Maker
|
|
|
|
USE_IMAKE= yes
|
|
MAKE_JOBS_SAFE= yes
|
|
USE_XORG= xpm
|
|
MAN1= wmclock.1
|
|
PLIST_FILES= bin/wmclock
|
|
WMCLOCK_LANG?= english
|
|
|
|
pre-configure:
|
|
(cd ${WRKSRC}; \
|
|
${WRKSRC}/configure --lang ${WMCLOCK_LANG} > /dev/null )
|
|
@${ECHO_MSG} "You can choose which language to use by "
|
|
@${ECHO_MSG} "setting the WMCLOCK_LANG variable to one "
|
|
@${ECHO_MSG} "of the following values (default: english):"
|
|
@${ECHO_MSG}
|
|
@${ECHO_MSG} "breton croatian czech danish dutch english"
|
|
@${ECHO_MSG} "french french2 german hungarian indonesian"
|
|
@${ECHO_MSG} "italian norwegian polish portuguese russian"
|
|
@${ECHO_MSG} "slovene spanish swedish ukrainian"
|
|
@${ECHO_MSG} "Example: \"make WMCLOCK_LANG=french\""
|
|
@${ECHO_MSG}
|
|
|
|
.include <bsd.port.mk>
|