diff options
author | joerg <joerg> | 2007-01-16 20:53:30 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-01-16 20:53:30 +0000 |
commit | 21531459e7a64edd2f76ab3d841b8fe63990de6c (patch) | |
tree | 6f4f3eb42bc64a3f6e7001cdf95c90de91e3259a /x11/iceauth/Makefile | |
parent | e3e6658b26ce37f298d9bbe9f12f25ba8ab71e4e (diff) | |
download | pkgsrc-21531459e7a64edd2f76ab3d841b8fe63990de6c.tar.gz |
Import iceauth-1.0.1, the program to display and modify the ICE authority
file.
Diffstat (limited to 'x11/iceauth/Makefile')
-rw-r--r-- | x11/iceauth/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/x11/iceauth/Makefile b/x11/iceauth/Makefile new file mode 100644 index 00000000000..7345c1e2ac0 --- /dev/null +++ b/x11/iceauth/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2007/01/16 20:53:30 joerg Exp $ +# + +DISTNAME= iceauth-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= ICE protocol utility + +PKG_DESTDIR_SUPPORT= user-destdir + +GNU_CONFIGURE= yes +USE_TOOLS+= pkg-config + +.include "../../x11/libICE/buildlink3.mk" +.include "../../x11/xproto/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" |