1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/x11-clocks/alarm-clock/Makefile

36 lines
731 B
Makefile

# 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= 1
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>