openbsd-ports/misc/dates/Makefile
2010-04-29 08:26:45 +00:00

48 lines
1.3 KiB
Makefile

# $OpenBSD: Makefile,v 1.10 2010/04/29 08:26:45 jasper Exp $
COMMENT= lightweight calendar
DISTNAME= dates-0.4.8
PKGNAME= ${DISTNAME}p1
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/
WANTLIB += ORBit-2 X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext
WANTLIB += Xfixes Xi Xinerama Xrandr Xrender atk-1.0 c cairo dbus-1
WANTLIB += dbus-glib-1 expat fontconfig freetype gconf-2 gcrypt
WANTLIB += gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 glitz gmodule-2.0
WANTLIB += gnutls gobject-2.0 gpg-error gthread-2.0 gtk-x11-2.0
WANTLIB += ical icalss icalvcal m nspr4 pango-1.0 pangocairo-1.0
WANTLIB += pangoft2-1.0 pcre pixman-1 plc4 plds4 png pthread pthread-stubs
WANTLIB += soup-2.4 tasn1 xcb xcb-render xcb-render-util xml2
WANTLIB += z
MODULES= devel/gettext \
textproc/intltool
USE_X11= Yes
USE_LIBTOOL= Yes
USE_GMAKE= Yes
LIB_DEPENDS= ecal-1.2,edataserver-1.2::databases/evolution-data-server
RUN_DEPENDS= ::devel/desktop-file-utils
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
--disable-owl \
--disable-hildon
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>