blob: eab16be9aad2d7dd54bd964ae0664ba347faad6a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# New ports collection makefile for: X Window Information
# Date created: 11 Jun 2004
# Whom: Jean-Yves Lefort <jylefort@brutele.be>
#
# $FreeBSD$
#
PORTNAME= wininfo
PORTVERSION= 0.5
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://www.freedesktop.org/Software/wininfo/
MAINTAINER= jylefort@brutele.be
COMMENT= A window information utility
BROKEN= Checksum mismatch
EXPIRATION_DATE= 2005-02-18
DEPRECATED= ${BROKEN}
USE_X_PREFIX= yes
USE_GNOME= gtk20 gnomeprefix
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
MAN1= wininfo.1
.include <bsd.port.mk>
|