summaryrefslogtreecommitdiff
path: root/x11-clocks/sanduhr/Makefile
blob: fc7eccbb0e4ce9a23552aff1af19cb906fa5ffd5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:	sanduhr
# Date created:				14 September 2000
# Whom:					Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	sanduhr
PORTVERSION=	1.93
PORTREVISION=	6
CATEGORIES=	x11-clocks gnome
MASTER_SITES=	http://seehuhn.de/media/programs/

MAINTAINER=	araujo@FreeBSD.org
COMMENT=	An alarm clock for GNOME desktop designed as a sand-glass

USE_GNOME=	gnomehack gnomeprefix libgnomeui oaf
USE_GMAKE=	yes
INSTALLS_OMF=	yes
GNU_CONFIGURE=	yes
CPPFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib

MAN1=		sanduhr.1

.include <bsd.port.mk>