diff options
author | vanilla <vanilla@FreeBSD.org> | 2014-07-01 18:13:26 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2014-07-01 18:13:26 +0800 |
commit | cf60a073f48f8d10de6bd2e55f695049faef6ea8 (patch) | |
tree | 2b144e3c84408c5e78d43ccd71a845a8a5d387e2 /x11-clocks | |
parent | d6b10105ee67b5fa182f4de765c213906df1a960 (diff) | |
download | freebsd-ports-gnome-cf60a073f48f8d10de6bd2e55f695049faef6ea8.tar.gz freebsd-ports-gnome-cf60a073f48f8d10de6bd2e55f695049faef6ea8.tar.zst freebsd-ports-gnome-cf60a073f48f8d10de6bd2e55f695049faef6ea8.zip |
1: Stagify.
2: USES=tar:bzip2.
3: add LICENSE.
4: new syntax of LIB_DEPENDS.
Approved by: portmgr@ (blanket approval)
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/alarm-clock/Makefile | 11 | ||||
-rw-r--r-- | x11-clocks/alarm-clock/pkg-descr | 2 |
2 files changed, 6 insertions, 7 deletions
diff --git a/x11-clocks/alarm-clock/Makefile b/x11-clocks/alarm-clock/Makefile index dbb036784a69..c1f30f1c18ce 100644 --- a/x11-clocks/alarm-clock/Makefile +++ b/x11-clocks/alarm-clock/Makefile @@ -10,17 +10,16 @@ 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 +LICENSE= GPLv3 + +LIB_DEPENDS= libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique \ + libnotify.so:${PORTSDIR}/devel/libnotify GNU_CONFIGURE= yes -USE_BZIP2= yes -USES= gettext pathfix gmake pkgconfig +USES= gettext pathfix gmake pkgconfig tar:bzip2 USE_GSTREAMER= yes USE_GNOME= gtk20 -NO_STAGE= yes - OPTIONS_DEFINE= NLS .include <bsd.port.options.mk> diff --git a/x11-clocks/alarm-clock/pkg-descr b/x11-clocks/alarm-clock/pkg-descr index de876d18ce59..82cca6e72934 100644 --- a/x11-clocks/alarm-clock/pkg-descr +++ b/x11-clocks/alarm-clock/pkg-descr @@ -3,4 +3,4 @@ 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://www.alarm-clock.pl/ +WWW: http://www.alarm-clock.pl/ |