2002-01-15 09:56:30 +01:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: xvattr
|
|
|
|
# Date created: Jan 15, 2002
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xvattr
|
2003-05-19 01:36:18 +02:00
|
|
|
PORTVERSION= 1.3
|
2006-03-07 09:28:06 +01:00
|
|
|
PORTREVISION= 2
|
2002-01-15 09:56:30 +01:00
|
|
|
CATEGORIES= x11
|
|
|
|
MASTER_SITES= http://www.dtek.chalmers.se/groups/dvd/dist/
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:21:36 +01:00
|
|
|
COMMENT= Getting and setting Xv attributes
|
2002-01-15 09:56:30 +01:00
|
|
|
|
2002-04-09 10:04:45 +02:00
|
|
|
USE_X_PREFIX= yes
|
2003-05-19 01:36:18 +02:00
|
|
|
USE_PERL5_BUILD= yes
|
|
|
|
USE_GETOPT_LONG= yes
|
|
|
|
USE_GNOME= gtk12
|
|
|
|
GNU_CONFIGURE= yes
|
2005-04-12 05:26:56 +02:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2003-05-19 01:36:18 +02:00
|
|
|
|
|
|
|
MAN1= xvattr.1
|
2002-01-15 09:56:30 +01:00
|
|
|
|
2002-04-09 10:04:45 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2004-07-23 21:10:32 +02:00
|
|
|
.if ${X_WINDOW_SYSTEM:L} == xfree86-3
|
|
|
|
IGNORE= "Requires Xv Extension"
|
2002-04-09 10:04:45 +02:00
|
|
|
.endif
|
2002-01-15 09:56:30 +01:00
|
|
|
|
2002-04-09 10:04:45 +02:00
|
|
|
.include <bsd.port.post.mk>
|