2010-10-24 16:58:58 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.11 2010/10/24 21:15:34 ajacoutot Exp $
|
2007-10-05 07:04:25 -04:00
|
|
|
|
2010-07-30 04:02:59 -04:00
|
|
|
COMMENT= display control panel for X.org SiS driver
|
2007-10-05 07:04:25 -04:00
|
|
|
|
|
|
|
DISTNAME= sisctrl-0.0.20051202
|
2010-10-11 04:11:24 -04:00
|
|
|
REVISION= 6
|
2007-10-05 07:04:25 -04:00
|
|
|
CATEGORIES= x11
|
|
|
|
|
2008-01-12 17:38:14 -05:00
|
|
|
HOMEPAGE= http://www.winischhofer.eu/linuxsispart1.shtml\#sisctrl
|
2007-10-05 07:04:25 -04:00
|
|
|
|
|
|
|
# GPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
MASTER_SITES= http://www.winischhofer.net/sis/
|
|
|
|
|
2009-03-07 10:37:38 -05:00
|
|
|
WANTLIB += ICE SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext
|
|
|
|
WANTLIB += Xfixes Xi Xinerama Xrandr Xrender Xv Xxf86vm atk-1.0
|
|
|
|
WANTLIB += c cairo expat fontconfig freetype gio-2.0 glib-2.0
|
2010-10-11 04:11:24 -04:00
|
|
|
WANTLIB += gmodule-2.0 gobject-2.0 iconv intl m pango-1.0
|
2009-03-07 10:37:38 -05:00
|
|
|
WANTLIB += pangocairo-1.0 pangoft2-1.0 pixman-1 png z
|
2010-07-30 04:02:59 -04:00
|
|
|
WANTLIB += pthread-stubs xcb gtk-x11-2.0 gdk_pixbuf-2.0 gdk-x11-2.0
|
2007-10-05 07:04:25 -04:00
|
|
|
|
2010-07-30 04:02:59 -04:00
|
|
|
LIB_DEPENDS= ::x11/gtk+2
|
2007-10-05 07:04:25 -04:00
|
|
|
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
2010-10-19 04:13:56 -04:00
|
|
|
USE_GROFF = Yes
|
2007-10-05 07:04:25 -04:00
|
|
|
CONFIGURE_STYLE= simple
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|