mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
00bda700bc
Approved by: portmgr (blanket infrastructure)
18 lines
368 B
Makefile
18 lines
368 B
Makefile
# Created by: joerg
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xtestpicture
|
|
PORTVERSION= 1.2
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ftp://ftp.interface-business.de/pub/outgoing/
|
|
|
|
MAINTAINER= joerg@FreeBSD.org
|
|
COMMENT= Create a full-screen image to adjust your monitor
|
|
|
|
USES= imake
|
|
USE_XORG= x11 xext
|
|
PLIST_FILES= bin/xtestpicture man/man1/${PORTNAME}.1.gz
|
|
|
|
.include <bsd.port.mk>
|