openbsd-ports/productivity/glabels/Makefile

58 lines
1.6 KiB
Makefile
Raw Normal View History

2013-04-16 11:23:13 -04:00
# $OpenBSD: Makefile,v 1.31 2013/04/16 15:23:13 ajacoutot Exp $
2011-03-07 02:35:43 -05:00
COMMENT = labels and business card designer
GNOME_PROJECT = glabels
2012-09-18 02:31:45 -04:00
GNOME_VERSION = 3.0.1
2013-04-16 11:23:13 -04:00
REVISION = 1
CATEGORIES = productivity graphics
2011-05-17 13:05:38 -04:00
SHARED_LIBS += glabels-3.0 0.0 # 8.0
SHARED_LIBS += glbarcode-3.0 0.0 # 0.0
HOMEPAGE = http://glabels.sourceforge.net
2011-05-17 13:05:38 -04:00
# GPLv3/LGPLv3/MIT
# Attribution-ShareAlike 3.0 Unported
PERMIT_PACKAGE_CDROM = Yes
2013-04-16 11:23:13 -04:00
WANTLIB += ICE SM X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi
WANTLIB += Xinerama Xrandr Xrender asn1 atk-1.0 atk-bridge-2.0
WANTLIB += atspi c cairo cairo-gobject camel-1.2 com_err croco-0.6
WANTLIB += crypto db dbus-1 ebackend-1.2 ebook-1.2 ebook-contacts-1.2
WANTLIB += edata-book-1.2 edataserver-1.2 expat ffi fontconfig
WANTLIB += freetype gck-1 gcr-base-3 gcrypt gdk-3 gdk_pixbuf-2.0
WANTLIB += gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0 gpg-error
WANTLIB += graphite2 gssapi gthread-2.0 gtk-3 harfbuzz icudata
WANTLIB += icule icuuc krb5 m nspr4 nss3 nssutil3 p11-kit pango-1.0
WANTLIB += pangocairo-1.0 pangoft2-1.0 pcre pixman-1 plc4 plds4
WANTLIB += png pthread pthread-stubs qrencode rsvg-2 secret-1
WANTLIB += smime3 softokn3 soup-2.4 sqlite3 ssl3 xcb xcb-render
WANTLIB += xcb-shm xml2 z zint
MODULES = devel/gettext \
x11/gnome \
2011-05-17 13:05:38 -04:00
devel/dconf
BUILD_DEPENDS = graphics/barcode
2012-09-18 02:31:45 -04:00
LIB_DEPENDS = databases/evolution-data-server \
graphics/libqrencode \
graphics/zint \
x11/gnome/librsvg \
x11/gtk+3
2010-11-20 04:48:38 -05:00
RUN_DEPENDS = misc/shared-mime-info
2011-09-20 16:51:51 -04:00
MODGNOME_TOOLS= yelp
2011-12-03 18:04:36 -05:00
MODGNOME_DESKTOP_FILE = Yes
MODGNOME_ICON_CACHE= Yes
CONFIGURE_STYLE = gnu
2010-11-20 04:48:38 -05:00
USE_GROFF = Yes
.include <bsd.port.mk>