mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
25 lines
517 B
Makefile
25 lines
517 B
Makefile
# Created by: Jean-Yves Lefort <jylefort@brutele.be>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= wininfo
|
|
PORTVERSION= 0.7
|
|
PORTREVISION= 10
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.freedesktop.org/software/wininfo/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A window information utility
|
|
|
|
USE_XORG= xext xrender xinerama xrandr xi xfixes xcursor \
|
|
xcomposite x11 xres
|
|
USE_GNOME= gtk20 gnomeprefix
|
|
GNU_CONFIGURE= yes
|
|
USES= pkgconfig
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
MAN1= wininfo.1
|
|
|
|
.include <bsd.port.mk>
|