freebsd-ports/x11-clocks/sanduhr/Makefile

27 lines
599 B
Makefile
Raw Normal View History

# New ports collection makefile for: sanduhr
# Date created: 14 September 2000
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= sanduhr
2002-07-02 17:52:20 +02:00
PORTVERSION= 1.0
PORTREVISION= 2
CATEGORIES= x11-clocks gnome
MASTER_SITES= http://seehuhn.de/data/
MAINTAINER= ports@FreeBSD.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_GMAKE= yes
GNU_CONFIGURE= yes
2000-10-05 09:17:31 +02:00
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MAN1= sanduhr.1
.include <bsd.port.mk>