blob: 2012ae63b5c461222b7625bd6d3a60ff8b3517f7 (
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
|
# ex:ts=8
# Ports collection makefile for: xvattr
# Date created: Jan 15, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= xvattr
PORTVERSION= 1.3
PORTREVISION= 2
CATEGORIES= x11
MASTER_SITES= http://www.dtek.chalmers.se/groups/dvd/dist/
MAINTAINER= ports@FreeBSD.org
COMMENT= Getting and setting Xv attributes
USE_X_PREFIX= yes
USE_PERL5_BUILD= yes
USE_GETOPT_LONG= yes
USE_GNOME= gtk12
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= xvattr.1
.include <bsd.port.mk>
|