aboutsummaryrefslogtreecommitdiffstats
path: root/x11-clocks/alarm-clock/Makefile
blob: f9824551590073e64693d98154b8935887f55c1d (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
34
35
# New ports collection makefile for:    alarm-clock
# Date created:     2008-06-16
# Whom:         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
USE_GETTEXT=    yes
USE_GMAKE=  yes
USE_GSTREAMER=  yes
USE_GNOME=  gnomehack gtk20

.if !defined(WITHOUT_NLS)
USE_GETTEXT=    yes
PLIST_SUB+= NLS=""
.else
CONFIGURE_ARGS+=    --disable-nls
PLIST_SUB+= NLS="@comment "
.endif

.include <bsd.port.mk>