diff options
Diffstat (limited to 'x11-drivers/xf86-video-mga/Makefile')
-rw-r--r-- | x11-drivers/xf86-video-mga/Makefile | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/x11-drivers/xf86-video-mga/Makefile b/x11-drivers/xf86-video-mga/Makefile deleted file mode 100644 index b343fb2..0000000 --- a/x11-drivers/xf86-video-mga/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# New ports collection makefile for: xf86-video-mga -# Date Created: 17 Feb 2006 -# Whom: Florent Thoumie <flz@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= xf86-video-mga -PORTVERSION= 1.4.13 -PORTEPOCH= 2 -CATEGORIES= x11-drivers - -MAINTAINER= x11@FreeBSD.org -COMMENT= X.Org mga display driver - -USE_GL= gl - -XORG_CAT= driver -USE_XORG= xf86driproto videoproto xextproto glproto -MAN4= mga.4x - -pre-patch: -# ${REINPLACE_CMD} \ -# -e 's|values.h|sys/limits.h|g' \ -# -e 's|MAXSHORT|SHRT_MAX|g' \ -# ${WRKSRC}/src/mga_arc.c - -.include <bsd.port.mk> |