openbsd-ports/x11/gatos-bin/Makefile
sturm 51c1e97a0f first bunch of license cleanup, some discussions about interpretation
during the release with pval@

other categories will follow once they are finished
2003-10-08 17:13:14 +00:00

29 lines
579 B
Makefile

# $OpenBSD: Makefile,v 1.9 2003/10/08 17:13:16 sturm Exp $
ONLY_FOR_ARCHS= i386
COMMENT= 'ATI drivers with full xvideo support'
DISTNAME= ATI-4.3.0-9.i386
PKGNAME= ATI-4.3.0.9
CATEGORIES= x11
PERMIT_DISTFILES_CDROM= "no license"
PERMIT_DISTFILES_FTP= "no license"
PERMIT_PACKAGE_CDROM= "no license"
PERMIT_PACKAGE_FTP= "no license"
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gatos/}
EXTRACT_ONLY=
NO_BUILD= Yes
NO_REGRESS= Yes
do-install:
cd ${PREFIX} && tar -zxv -s ,X11R6/lib,lib/X11, \
-f ${FULLDISTDIR}/${DISTNAME}.tar.gz
SUBST_VARS= X11BASE
.include <bsd.port.mk>