1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/x11-clocks/sanduhr/Makefile
2013-12-29 16:35:06 +00:00

21 lines
477 B
Makefile

# 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>