Tweak x11/cinnamon-menus version 2.4.1
[dports.git] / x11 / sisctrl / Makefile
1 # Created by: Alexander Nedotsukov <bland@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       sisctrl
5 PORTVERSION=    0.0.20051202
6 PORTREVISION=   7
7 CATEGORIES=     x11
8 MASTER_SITES=   http://www.winischhofer.net/sis/
9
10 MAINTAINER=     bland@FreeBSD.org
11 COMMENT=        Display Control Panel for XFree86/X.org SiS driver
12
13 USES=           gmake pkgconfig
14 USE_XORG=       x11 ice xxf86vm xinerama xv xrandr xext sm
15 USE_GNOME=      gtk20
16 GNU_CONFIGURE=  yes
17 CONFIGURE_ARGS=  --with-xv-path=${LOCALBASE}/lib
18 CPPFLAGS+=      -I${LOCALBASE}/include
19 LIBS+=          -L${LOCALBASE}/lib -lm
20
21 PLIST_FILES=    bin/sisctrl man/man1/sisctrl.1x.gz
22
23 .include <bsd.port.mk>