16 lines
327 B
Makefile
16 lines
327 B
Makefile
# Created by: joerg
|
|
|
|
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>
|