2004-01-15 09:38:59 +01:00
|
|
|
# New ports collection makefile for: xfce4-calendar
|
|
|
|
# Date created: 2003-01-14
|
|
|
|
# Whom: Matt Lancereau <matt@rimasec.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xfce4-calendar
|
2005-09-06 19:36:18 +02:00
|
|
|
PORTVERSION= 4.2.2
|
|
|
|
PORTREVISION= 0
|
2004-01-15 09:38:59 +01:00
|
|
|
CATEGORIES= deskutils xfce
|
2005-01-27 17:38:00 +01:00
|
|
|
MASTER_SITES= http://www.us.xfce.org/archive/xfce-${PORTVERSION}/src/ \
|
2005-09-06 19:36:18 +02:00
|
|
|
http://www.ca-us.xfce.org/archive/xfce-${PORTVERSION}/src/ \
|
2005-01-27 17:38:00 +01:00
|
|
|
http://public.fh-wolfenbuettel.de/~luedickj/xfce4/xfce-${PORTVERSION}/
|
2004-01-15 09:38:59 +01:00
|
|
|
DISTNAME= xfcalendar-${PORTVERSION}
|
|
|
|
DIST_SUBDIR= xfce4
|
|
|
|
|
2005-09-06 19:36:18 +02:00
|
|
|
MAINTAINER= oliver@FreeBSD.org
|
2004-01-15 09:38:59 +01:00
|
|
|
COMMENT= A calendar application to manage your time with XFce 4
|
|
|
|
|
|
|
|
BUILD_DEPENDS= xfce-mcs-manager:${PORTSDIR}/sysutils/xfce4-mcs-manager
|
|
|
|
LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \
|
2005-01-26 17:57:40 +01:00
|
|
|
xfcegui4.3:${PORTSDIR}/x11-toolkits/libxfce4gui \
|
2004-04-07 21:23:24 +02:00
|
|
|
dbh-1.0.1:${PORTSDIR}/databases/dbh
|
2004-01-15 09:38:59 +01:00
|
|
|
|
|
|
|
USE_GNOME= gtk20 libxml2
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2005-01-27 17:38:00 +01:00
|
|
|
USE_LIBTOOL_VER=15
|
2004-01-15 09:38:59 +01:00
|
|
|
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
2004-07-29 21:53:48 +02:00
|
|
|
CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include \
|
|
|
|
CPPFLAGS=-I${LOCALBASE}/include \
|
|
|
|
LIBS=-L${LOCALBASE}/lib
|
2004-01-15 09:38:59 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|