aboutsummaryrefslogtreecommitdiffstats
path: root/x11/mgapdesk/Makefile
blob: 2de61f01c7f5fdf3d9dcbff3dd32c8948b9e64f1 (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
30
31
32
33
34
35
# New ports collection makefile for:    mgapdesk
# Date created:     2001/06/02
# Whom:         Nick Sayer
#
# $FreeBSD$
#

PORTNAME=   mgapdesk
PORTVERSION=    1.0.7
CATEGORIES= x11
MASTER_SITES=   ftp://ftp.matrox.com/pub/mga/archive/linux/2001/powerdesk_1_00_7/
DISTNAME=   ${PORTNAME}-1_00-7beta_src
EXTRACT_SUFX=   .tgz

MAINTAINER= nsayer@freebsd.org

BUILD_DEPENDS=  XFree86:${PORTSDIR}/x11/XFree86-4

USE_X_PREFIX=   YES
USE_GNOMENG=    yes
USE_GNOME=  gtk12

USE_GMAKE=  YES

USE_AUTOCONF=   YES

WRKSRC=     ${WRKDIR}/${PORTNAME}

.include <bsd.port.pre.mk>

post-extract:
        @${RM} -f ${WRKSRC}/config.cache
        @${CHMOD} 750 ${WRKSRC}/missing

.include <bsd.port.post.mk>