freebsd-ports/x11-clocks/sanduhr/Makefile

21 lines
477 B
Makefile
Raw Normal View History

2013-09-03 14:13:23 +02:00
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
# $FreeBSD$
PORTNAME= sanduhr
PORTVERSION= 1.93
2012-06-01 07:26:28 +02:00
PORTREVISION= 8
CATEGORIES= x11-clocks gnome
MASTER_SITES= http://seehuhn.de/media/programs/
MAINTAINER= ports@FreeBSD.org
2013-12-29 17:35:06 +01:00
COMMENT= Alarm clock for GNOME desktop designed as a sand-glass
2013-12-29 17:35:06 +01:00
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>