freebsd-ports/x11-clocks/sanduhr/Makefile
Kirill Ponomarev 4263e5282f - Rearrange USE_GNOME
PR:		55158
Submitted by:	Ports Fury
Approved by:	fjoe (mentor) (implicit)
2003-08-01 18:21:07 +00:00

25 lines
612 B
Makefile

# New ports collection makefile for: sanduhr
# Date created: 14 September 2000
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= sanduhr
PORTVERSION= 1.0
CATEGORIES= x11-clocks gnome
MASTER_SITES= http://www.mathematik.uni-kl.de/~wwwstoch/voss/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
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MAN1= sanduhr.1
.include <bsd.port.mk>