2004-06-13 22:19:33 +02:00
|
|
|
# New ports collection makefile for: X Window Information
|
|
|
|
# Date created: 11 Jun 2004
|
|
|
|
# Whom: Jean-Yves Lefort <jylefort@brutele.be>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= wininfo
|
2005-01-20 10:43:23 +01:00
|
|
|
PORTVERSION= 0.7
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 9
|
2004-06-13 22:19:33 +02:00
|
|
|
CATEGORIES= devel
|
2005-01-16 01:43:48 +01:00
|
|
|
MASTER_SITES= http://www.freedesktop.org/software/wininfo/
|
2004-06-13 22:19:33 +02:00
|
|
|
|
2008-04-29 07:11:44 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-06-13 22:19:33 +02:00
|
|
|
COMMENT= A window information utility
|
|
|
|
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_XORG= xext xrender xinerama xrandr xi xfixes xcursor \
|
|
|
|
xcomposite x11 xres
|
|
|
|
USE_GNOME= gtk20 gnomeprefix pkgconfig
|
2004-06-13 22:19:33 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2004-06-13 22:19:33 +02:00
|
|
|
|
|
|
|
MAN1= wininfo.1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|