diff options
Diffstat (limited to 'x11-clocks/sanduhr/Makefile')
-rw-r--r-- | x11-clocks/sanduhr/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/x11-clocks/sanduhr/Makefile b/x11-clocks/sanduhr/Makefile new file mode 100644 index 000000000..42c51a5ba --- /dev/null +++ b/x11-clocks/sanduhr/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: sanduhr +# Date created: 14 September 2000 +# Whom: Maxim Sobolev <sobomax@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= sanduhr +PORTVERSION= 1.93 +PORTREVISION= 1 +CATEGORIES= x11-clocks gnome +MASTER_SITES= http://seehuhn.de/data/ + +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 libgnomeui oaf +USE_GMAKE= yes +INSTALLS_OMF= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +MAN1= sanduhr.1 + +.include <bsd.port.mk> |