2009-01-30 05:16:10 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.5 2009/01/30 10:16:10 sturm Exp $
|
2008-07-04 06:22:37 -04:00
|
|
|
|
|
|
|
COMMENT= lightweight calendar
|
|
|
|
|
|
|
|
DISTNAME= dates-0.4.6
|
2009-01-30 05:16:10 -05:00
|
|
|
PKGNAME= ${DISTNAME}p2
|
2008-07-04 06:22:37 -04:00
|
|
|
CATEGORIES= misc x11
|
|
|
|
|
|
|
|
HOMEPAGE= http://pimlico-project.org/dates.html
|
|
|
|
|
|
|
|
# GPLv2
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
MASTER_SITES= http://pimlico-project.org/sources/dates/
|
|
|
|
|
2008-07-04 07:09:45 -04:00
|
|
|
WANTLIB= ORBit-2 ORBitCosNaming-2 X11 Xau Xcomposite \
|
|
|
|
Xcursor Xdamage Xdmcp Xext Xfixes Xi Xinerama Xrandr \
|
2009-01-21 05:50:12 -05:00
|
|
|
Xrender atk-1.0 bonobo-2 bonobo-activation c \
|
|
|
|
cairo crypto dbus-1 dbus-glib-1 expat \
|
2009-01-30 05:16:10 -05:00
|
|
|
fontconfig freetype gconf-2 gcrypt gdk-x11-2.0 gdk_pixbuf-2.0 \
|
|
|
|
glib-2.0 glitz gmodule-2.0 gnome-2 gnomevfs-2 gnutls \
|
|
|
|
gobject-2.0 gpg-error gthread-2.0 gtk-x11-2.0 m nspr4 pango-1.0 \
|
2008-07-04 06:22:37 -04:00
|
|
|
pangocairo-1.0 pangoft2-1.0 pcre pixman-1 plc4 plds4 \
|
2009-01-30 05:16:10 -05:00
|
|
|
png popt pthread ssl tasn1 util xml2 z gio-2.0 soup-2.4
|
2008-07-04 06:22:37 -04:00
|
|
|
|
2008-07-04 07:12:53 -04:00
|
|
|
MODULES= devel/gettext \
|
|
|
|
textproc/intltool
|
2008-07-04 06:22:37 -04:00
|
|
|
|
|
|
|
USE_X11= Yes
|
|
|
|
USE_LIBTOOL= Yes
|
|
|
|
USE_GMAKE= Yes
|
|
|
|
|
2008-07-04 07:09:45 -04:00
|
|
|
LIB_DEPENDS= ecal-1.2,edataserver-1.2::databases/evolution-data-server
|
2008-07-04 06:22:37 -04:00
|
|
|
RUN_DEPENDS= ::devel/desktop-file-utils
|
|
|
|
|
|
|
|
CONFIGURE_STYLE= gnu
|
2008-07-04 07:09:45 -04:00
|
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
|
|
|
|
--disable-owl \
|
|
|
|
--disable-hildon
|
2008-07-04 06:22:37 -04:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|