summaryrefslogtreecommitdiff
path: root/x11/mgapdesk/Makefile
blob: a26cc0d4527954c7e258b69fef7d7186332f07ae (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
36
37
38
# Created by: Nick Sayer
# $FreeBSD$

PORTNAME=	mgapdesk
PORTVERSION=	1.0.7
PORTREVISION=	5
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=	ports@FreeBSD.org
COMMENT=	Matrox Powerdesk for *nix

IGNORE=		needs an old XFree86/X.org header file to build

USE_GNOME=	gtk12
USE_GMAKE=	YES
USE_AUTOTOOLS=	autoconf213

WRKSRC=		${WRKDIR}/${PORTNAME}

NO_STAGE=	yes
.include <bsd.port.pre.mk>

.if (${ARCH} == "alpha")
LDFLAGS+=	-lio
.endif

.if ${ARCH} == "sparc64" || ${ARCH} == "ia64"
BROKEN=		Does not compile on sparc64 or ia64
.endif

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

.include <bsd.port.post.mk>