2003-12-21 19:42:47 +00:00
|
|
|
# New ports collection makefile for: xproto
|
|
|
|
# Date Created: 29 Oct, 2003
|
|
|
|
# Whom: Eric Anholt <anholt@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xproto
|
2004-05-07 18:13:40 +00:00
|
|
|
PORTVERSION= 6.6.2
|
2003-12-21 19:42:47 +00:00
|
|
|
CATEGORIES= x11
|
2004-01-25 08:12:18 +00:00
|
|
|
MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/
|
2003-12-21 19:42:47 +00:00
|
|
|
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
|
|
COMMENT= X11 protocol headers
|
|
|
|
|
2004-03-24 18:28:26 +00:00
|
|
|
CONFLICTS= XFree86-libraries-*
|
|
|
|
|
2003-12-21 19:42:47 +00:00
|
|
|
USE_BZIP2= yes
|
|
|
|
PREFIX?= ${X11BASE}
|
2004-04-19 12:49:54 +00:00
|
|
|
MTREE_FILE= /etc/mtree/BSD.x11-4.dist
|
2003-12-21 19:42:47 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
|
|
USE_GMAKE= yes
|
|
|
|
NO_BUILD= yes
|
2004-01-25 08:12:18 +00:00
|
|
|
USE_GNOME= gnomehack
|
2003-12-21 19:42:47 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|