aboutsummaryrefslogtreecommitdiffstats
path: root/x11-clocks/sanduhr/Makefile
blob: c8fb23c30f6c6d0673401354d58678de394488e8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
# $FreeBSD$

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

MAINTAINER= ports@FreeBSD.org
COMMENT=    Alarm clock for GNOME desktop designed as a sand-glass

USES=       gmake pathfix pkgconfig
USE_GNOME=  gnomeprefix libgnomeui
INSTALLS_OMF=   yes
GNU_CONFIGURE=  yes
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib

.include <bsd.port.mk>