openbsd-ports/x11/gxmessage/Makefile

34 lines
841 B
Makefile
Raw Normal View History

2008-02-01 16:38:26 -05:00
# $OpenBSD: Makefile,v 1.5 2008/02/01 21:38:27 steven Exp $
COMMENT= GTK2 based xmessage clone
DISTNAME= gxmessage-2.6.2
2008-02-01 16:38:26 -05:00
PKGNAME= ${DISTNAME}p2
CATEGORIES= x11
HOMEPAGE= http://homepages.ihug.co.nz/~trmusson/programs.html\#gxmessage
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://homepages.ihug.co.nz/~trmusson/stuff/
2007-06-01 03:37:17 -04:00
WANTLIB= X11 Xau Xcursor Xdmcp Xext Xfixes Xi Xinerama Xrandr \
2008-02-01 16:38:26 -05:00
Xcomposite Xdamage \
2007-06-01 03:37:17 -04:00
Xrender atk-1.0 c cairo expat fontconfig freetype \
glib-2.0 glitz gmodule-2.0 gobject-2.0 m pango-1.0 \
pangocairo-1.0 pangoft2-1.0 png z
MODULES= devel/gettext
LIB_DEPENDS= gdk-x11-2.0,gtk-x11-2.0,gdk_pixbuf-2.0::x11/gtk+2
USE_X11= Yes
CONFIGURE_STYLE=gnu
.include <bsd.port.mk>