diff options
Diffstat (limited to 'x11/randrext/Makefile')
-rw-r--r-- | x11/randrext/Makefile | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/x11/randrext/Makefile b/x11/randrext/Makefile deleted file mode 100644 index 81d35f92d57..00000000000 --- a/x11/randrext/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# $NetBSD: Makefile,v 1.14 2006/03/31 23:27:40 reed Exp $ - -DISTNAME= randrext-1.0 -PKGREVISION= 3 -CATEGORIES= x11 devel -MASTER_SITES= http://xlibs.freedesktop.org/release/ -EXTRACT_SUFX= .tar.bz2 - -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://xlibs.freedesktop.org/ -COMMENT= X RandR extension (Headers and documentation files) - -CONFLICTS+= randrproto-[0-9]* - -PKG_INSTALLATION_TYPES= overwrite pkgviews - -GNU_CONFIGURE= yes - -PKGCONFIG_OVERRIDE+= randr.pc.in - -.include "../../x11/xextensions/buildlink3.mk" -.include "../../mk/bsd.pkg.mk" |