openbsd-ports/x11/xpad/Makefile

43 lines
1.1 KiB
Makefile
Raw Normal View History

2010-11-22 04:38:08 -05:00
# $OpenBSD: Makefile,v 1.26 2010/11/22 09:40:48 espie Exp $
2005-06-30 00:28:43 -04:00
COMMENT= virtual sticky pad system
2005-06-30 00:28:43 -04:00
DISTNAME= xpad-4.0
2010-10-11 04:11:24 -04:00
REVISION= 1
2005-06-30 00:28:43 -04:00
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xpad/}
MASTER_SITES= http://launchpad.net/xpad/trunk/4.0/+download/
2005-06-30 00:28:43 -04:00
EXTRACT_SUFX= .tar.bz2
HOMEPAGE= http://xpad.sourceforge.net/
MODULES= devel/gettext \
textproc/intltool
2005-06-30 00:28:43 -04:00
2010-11-22 04:38:08 -05:00
LIB_DEPENDS= x11/gtk+2
RUN_DEPENDS= devel/desktop-file-utils
2005-06-30 00:28:43 -04:00
2009-03-07 10:37:38 -05:00
WANTLIB += ICE SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext
WANTLIB += Xfixes Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat
2010-10-11 04:11:24 -04:00
WANTLIB += fontconfig freetype gio-2.0 glib-2.0 gmodule-2.0
2009-03-07 10:37:38 -05:00
WANTLIB += gobject-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0
WANTLIB += pixman-1 png z pthread-stubs xcb
WANTLIB += gthread-2.0 pthread xcb-render xcb-render-util
2010-07-30 04:02:59 -04:00
WANTLIB += gdk-x11-2.0 gdk_pixbuf-2.0 gtk-x11-2.0
2005-06-30 00:28:43 -04:00
# GPLv3+
2005-06-30 00:28:43 -04:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
USE_GMAKE= Yes
2010-10-19 04:13:56 -04:00
USE_GROFF = Yes
2005-06-30 00:28:43 -04:00
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>