diff options
author | itetcu <itetcu@FreeBSD.org> | 2007-01-19 13:51:37 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2007-01-19 13:51:37 +0800 |
commit | b23199dd8e81218199bb35ca15ac79f6ae687ee3 (patch) | |
tree | 53922f3feb0d649d090761bb75e3c5de453b4053 /x11-clocks/sanduhr/Makefile | |
parent | 858f836ce1fc8aa0665d3cdf151a002b4a1ba8d6 (diff) | |
download | freebsd-ports-gnome-b23199dd8e81218199bb35ca15ac79f6ae687ee3.tar.gz freebsd-ports-gnome-b23199dd8e81218199bb35ca15ac79f6ae687ee3.tar.zst freebsd-ports-gnome-b23199dd8e81218199bb35ca15ac79f6ae687ee3.zip |
- update version to 1.93
- pass maintainership to submitter
PR: ports/108069
Submitted by: Marcelo Araujo
Diffstat (limited to 'x11-clocks/sanduhr/Makefile')
-rw-r--r-- | x11-clocks/sanduhr/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-clocks/sanduhr/Makefile b/x11-clocks/sanduhr/Makefile index f7c14a286f08..b6485301640d 100644 --- a/x11-clocks/sanduhr/Makefile +++ b/x11-clocks/sanduhr/Makefile @@ -6,17 +6,17 @@ # PORTNAME= sanduhr -PORTVERSION= 1.0 -PORTREVISION= 2 +PORTVERSION= 1.93 CATEGORIES= x11-clocks gnome MASTER_SITES= http://seehuhn.de/data/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= araujo@bsdmail.org COMMENT= An alarm clock for GNOME desktop designed as a sand-glass USE_X_PREFIX= yes -USE_GNOME= gnomehack gnomelibs gnometarget gnomeprefix oaf +USE_GNOME= gnomehack gnomelibs gnometarget gnomeprefix libgnomeui oaf USE_GMAKE= yes +INSTALLS_OMF= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |