2000-09-14 08:53:20 +02:00
|
|
|
# New ports collection makefile for: sanduhr
|
|
|
|
# Date created: 14 September 2000
|
|
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= sanduhr
|
2007-01-19 06:51:37 +01:00
|
|
|
PORTVERSION= 1.93
|
2007-10-25 01:37:25 +02:00
|
|
|
PORTREVISION= 2
|
2000-09-14 08:53:20 +02:00
|
|
|
CATEGORIES= x11-clocks gnome
|
2003-10-12 15:08:30 +02:00
|
|
|
MASTER_SITES= http://seehuhn.de/data/
|
2000-09-14 08:53:20 +02:00
|
|
|
|
2007-06-29 18:29:19 +02:00
|
|
|
MAINTAINER= araujo@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= An alarm clock for GNOME desktop designed as a sand-glass
|
2000-09-14 08:53:20 +02:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
2007-01-19 06:51:37 +01:00
|
|
|
USE_GNOME= gnomehack gnomelibs gnometarget gnomeprefix libgnomeui oaf
|
2000-09-14 08:53:20 +02:00
|
|
|
USE_GMAKE= yes
|
2007-01-19 06:51:37 +01:00
|
|
|
INSTALLS_OMF= yes
|
2000-09-14 08:53:20 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2000-10-05 09:17:31 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2003-08-01 20:21:07 +02:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2000-09-14 08:53:20 +02:00
|
|
|
|
|
|
|
MAN1= sanduhr.1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|