diff options
author | nsayer <nsayer@FreeBSD.org> | 2001-06-02 20:36:28 +0000 |
---|---|---|
committer | nsayer <nsayer@FreeBSD.org> | 2001-06-02 20:36:28 +0000 |
commit | 39521b00b262f2c60561881673a437e4399f011b (patch) | |
tree | 719c6bb486a44a65c4ef9ad08d3cc1adb0b8b990 /x11/mgapdesk/Makefile | |
parent | 89294e90738a6b31579ca82769fa0c7b36e6c1dc (diff) | |
download | FreeBSD-ports-39521b00b262f2c60561881673a437e4399f011b.zip FreeBSD-ports-39521b00b262f2c60561881673a437e4399f011b.tar.gz |
Add port for MGA Powerdesk. A X11 configurator / helper app for Matrox cards.
Diffstat (limited to 'x11/mgapdesk/Makefile')
-rw-r--r-- | x11/mgapdesk/Makefile | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/x11/mgapdesk/Makefile b/x11/mgapdesk/Makefile new file mode 100644 index 0000000..7a8073f --- /dev/null +++ b/x11/mgapdesk/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: mgapdesk +# Date created: 2001/06/02 +# Whom: Nick Sayer +# +# $FreeBSD$ +# + +PORTNAME= mgapdesk +PORTVERSION= 1.0.5 +CATEGORIES= x11 +MASTER_SITES= ftp://ftp.matrox.com/pub/mga/archive/linux/2001/powerdesk_1_3_0/ +DISTNAME= ${PORTNAME}-1_00-5beta +EXTRACT_SUFX= .tgz + +MAINTAINER= nsayer@freebsd.org + +BUILD_DEPENDS= XFree86:${PORTSDIR}/x11/XFree86-4 + +USE_X_PREFIX= YES +USE_GTK= YES + +USE_GMAKE= YES + +USE_AUTOCONF= YES + +WRKSRC= ${WRKDIR}/${PORTNAME} + +.include <bsd.port.pre.mk> + +post-extract: + @${RM} -f ${WRKSRC}/config.cache + +.include <bsd.port.post.mk> |