aboutsummaryrefslogtreecommitdiffstats
path: root/x11/sisctrl/Makefile
blob: 0cb7dfaaf559d7d3b21aa385a434f74feba6e21a (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
# Created by: Alexander Nedotsukov <bland@FreeBSD.org>
# $FreeBSD$

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

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

USES=       gmake pkgconfig
USE_XORG=   x11 ice xxf86vm xinerama xv xrandr xext sm
USE_GNOME=  gtk20
GNU_CONFIGURE=  yes
CONFIGURE_ARGS=  --with-xv-path=${LOCALBASE}/lib
CPPFLAGS+=  -I${LOCALBASE}/include
LIBS+=      -L${LOCALBASE}/lib -lm

PLIST_FILES=    bin/sisctrl man/man1/sisctrl.1x.gz

.include <bsd.port.mk>