487d7dfd96
supports sound fading, passive and normal dialogs, full screen dialogs, scheduling options command line running and few standard actions. It has an intuitive interface and it can be translated to any language. WWW: http://alarm-clock.54.pl/ PR: ports/125456 Submitted by: Romain Tartière <romain at blogreen.org>
24 lines
661 B
Makefile
24 lines
661 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= 0.9.10
|
|
CATEGORIES= x11-clocks deskutils
|
|
MASTER_SITES= http://dp0154.debowypark.waw.pl/ac/downloads/
|
|
|
|
MAINTAINER= romain@blogreen.org
|
|
COMMENT= Alarm Clock for the GNOME desktop
|
|
|
|
LIB_DEPENDS= rsvg-2:${PORTSDIR}/graphics/librsvg2
|
|
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/pynotify/__init__.py:${PORTSDIR}/devel/py-notify \
|
|
${PYTHON_SITELIBDIR}/gst-0.10/gst/__init__.py:${PORTSDIR}/multimedia/py-gstreamer
|
|
|
|
USE_PYTHON= yes
|
|
USE_GETTEXT= yes
|
|
USE_PYDISTUTILS= yes
|
|
|
|
.include <bsd.port.mk>
|