summaryrefslogtreecommitdiff
path: root/sysutils/screentest/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-01-08 23:15:12 +0000
committerjmmv <jmmv@pkgsrc.org>2003-01-08 23:15:12 +0000
commit28ea9cc784bca2c62a5b18c7bde49430e5a929fd (patch)
tree219baea035ae50256a70eb8bfa54bb977b60e698 /sysutils/screentest/Makefile
parent9b6e0593ed941c69d4c328bd4de779d98adb2dd2 (diff)
downloadpkgsrc-28ea9cc784bca2c62a5b18c7bde49430e5a929fd.tar.gz
Initial import of screentest, version 1.0.
This is a GTK+ program for tesing the quality of CRT screens. It displays various patterns and allows you to estimate the quality of your CRT monitor. Provided in PR pkg/18006 by Greg A. Woods with some modifications by me. Reviewed by wiz.
Diffstat (limited to 'sysutils/screentest/Makefile')
-rw-r--r--sysutils/screentest/Makefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/sysutils/screentest/Makefile b/sysutils/screentest/Makefile
new file mode 100644
index 00000000000..0328b716abd
--- /dev/null
+++ b/sysutils/screentest/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/01/08 23:15:12 jmmv Exp $
+#
+
+DISTNAME= screentest-1.0
+CATEGORIES= sysutils x11
+MASTER_SITES= ftp://ftp.linux.cz/pub/linux/people/jan_kasprzak/screentest/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.fi.muni.cz/~kas/screentest/
+COMMENT= CRT screen testing utility using GTK+
+
+GNU_CONFIGURE= yes
+USE_BUILDLINK2= yes
+USE_X11= yes
+
+post-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/screentest
+.for f in AUTHORS ChangeLog NEWS README
+ ${INSTALL_DATA} ${WRKSRC}/$f ${PREFIX}/share/doc/screentest
+.endfor
+.undef f
+
+.include "../../x11/gtk/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"