diff options
author | joerg <joerg> | 2007-04-10 13:46:55 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-04-10 13:46:55 +0000 |
commit | 5e82dbf70b58750fefb0618a6414bbf01fe01ff2 (patch) | |
tree | 94545a97d18c69a0e25d98811526b05dbfbf00e7 /x11/xmag/Makefile | |
parent | 3c0128dcfe7c383eba79cf239b0c048362a808b7 (diff) | |
download | pkgsrc-5e82dbf70b58750fefb0618a6414bbf01fe01ff2.tar.gz |
Import xmag-1.0.1.
This package provides xmag, a program to magnify portions of an X
screnn.
This is from the modular X.org X11 project.
Diffstat (limited to 'x11/xmag/Makefile')
-rw-r--r-- | x11/xmag/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/x11/xmag/Makefile b/x11/xmag/Makefile new file mode 100644 index 00000000000..d838126f9f7 --- /dev/null +++ b/x11/xmag/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/04/10 13:46:55 joerg Exp $ +# + +DISTNAME= xmag-1.0.1 +CATEGORIES= x11 +MASTER_SITES= http://xorg.freedesktop.org/releases/individual/app/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= joerg@NetBSD.org +HOMEPAGE= http://xorg.freedesktop.org/ +COMMENT= Magnify parts of the screen + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +USE_TOOLS+= pkg-config + +.include "../../x11/libXaw/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |