blob: 1d2a8b8085dc8a7b21c19a40d5c121ec0dcfa428 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: xtestpicture
# Date created: 11 March 1997
# Whom: 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
USE_IMAKE= yes
USE_XORG= x11 xext
MAN1= xtestpicture.1
PLIST_FILES= bin/xtestpicture
.include <bsd.port.mk>
|