7e2b53287f
Thanks for Dirk Meyer for digging the file up! PR: 243849 Submitted by: dinoex
17 lines
339 B
Makefile
17 lines
339 B
Makefile
# Created by: joerg
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xtestpicture
|
|
PORTVERSION= 1.2
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11
|
|
MASTER_SITES= LOCAL/joerg
|
|
|
|
MAINTAINER= joerg@FreeBSD.org
|
|
COMMENT= Create a full-screen image to adjust your monitor
|
|
|
|
USES= imake xorg
|
|
USE_XORG= x11 xext
|
|
PLIST_FILES= bin/xtestpicture man/man1/${PORTNAME}.1.gz
|
|
|
|
.include <bsd.port.mk>
|