blob: 4493e22edafed2640eceac76e4e214301a5bff2e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# $NetBSD: Makefile,v 1.7 2004/10/03 00:18:16 tv Exp $
#
DISTNAME= screentest-1.0
PKGREVISION= 3
CATEGORIES= sysutils x11
MASTER_SITES= ftp://ftp.linux.cz/pub/linux/people/jan_kasprzak/screentest/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.fi.muni.cz/~kas/screentest/
COMMENT= CRT screen testing utility using GTK+
GNU_CONFIGURE= yes
USE_BUILDLINK3= 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/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|