46a4d69571
big upgrade.
28 lines
576 B
Makefile
28 lines
576 B
Makefile
# New ports collection makefile for: sisctrl
|
|
# Date created: 14 Aug 2004
|
|
# Whom: Alexander Nedotsukov <bland@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= sisctrl
|
|
PORTVERSION= 0.0.20040622
|
|
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
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \
|
|
LDFLAGS="-L${X11BASE}/lib"
|
|
|
|
PLIST_FILES= bin/sisctrl
|
|
MAN1= sisctrl.1x
|
|
|
|
.include <bsd.port.mk>
|