blob: ada378547c1d7d5b8c1d8c3c7cee493add125a28 (
plain) (
blame)
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
|
# Created by: Romain Tartière <romain@blogreen.org>
# $FreeBSD$
PORTNAME= alarm-clock
PORTVERSION= 1.4
PORTREVISION= 2
CATEGORIES= x11-clocks deskutils
MASTER_SITES= http://www.alarm-clock.pl/media/distfiles/
MAINTAINER= romain@FreeBSD.org
COMMENT= Alarm Clock for the GNOME desktop
LIB_DEPENDS= unique-1:${PORTSDIR}/x11-toolkits/unique \
notify.4:${PORTSDIR}/devel/libnotify
GNU_CONFIGURE= yes
USE_BZIP2= yes
USES= gettext pathfix
USE_GMAKE= yes
USE_GSTREAMER= yes
USE_GNOME= gtk20
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
USES+= gettext
PLIST_SUB+= NLS=""
.else
CONFIGURE_ARGS+= --disable-nls
PLIST_SUB+= NLS="@comment "
.endif
.include <bsd.port.mk>
|