aboutsummaryrefslogtreecommitdiff
path: root/x11/sisctrl/Makefile
blob: 45d9f900ca576d5993869641dbf4a17746c01c8e (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
# New ports collection makefile for:	sisctrl
# Date created:				14 Aug 2004
# Whom:					Alexander Nedotsukov <bland@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	sisctrl
PORTVERSION=	0.0.20051202
PORTREVISION=	1
CATEGORIES=	x11
MASTER_SITES=	http://www.winischhofer.net/sis/

MAINTAINER=	bland@FreeBSD.org
COMMENT=	Display Control Panel for XFree86/X.org SiS driver

USE_X_PREFIX=	yes
USE_GNOME=	gtk20
USE_GMAKE=	yes
USE_GCC=	3.4+
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	 --with-xv-path=${X11BASE}/lib
CONFIGURE_ENV=	CPPFLAGS="-I${X11BASE}/include" \
		LDFLAGS="-L${X11BASE}/lib"

PLIST_FILES=	bin/sisctrl
MAN1=		sisctrl.1x

.include <bsd.port.mk>