freebsd-ports/x11/mgapdesk/Makefile
Ade Lovett 54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00

41 lines
815 B
Makefile

# New ports collection makefile for: mgapdesk
# Date created: 2001/06/02
# Whom: Nick Sayer
#
# $FreeBSD$
#
PORTNAME= mgapdesk
PORTVERSION= 1.0.7
PORTREVISION= 2
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
USE_X_PREFIX= YES
USE_GNOME= gtk12
USE_GMAKE= YES
USE_AUTOTOOLS= autoconf:213
WRKSRC= ${WRKDIR}/${PORTNAME}
.include <bsd.port.pre.mk>
.if (${ARCH} == "alpha")
CONFIGURE_ENV+= LDFLAGS="${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>