blob: 42b37579e71b52f92df51b9411959d4da4d83380 (
plain) (
blame)
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
26
|
# New ports collection makefile for: xphelloworld
# Date Created: 17 Feb 2006
# Whom: Florent Thoumie <flz@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= xphelloworld
PORTVERSION= 1.0.1
CATEGORIES= x11
MAINTAINER= x11@FreeBSD.org
COMMENT= Sends a test page to an Xprint printer
XORG_CAT= app
USE_XORG= x11 xaw8 xprintutil xp xprintapputil xt
PLIST_FILES= bin/xphelloworld \
bin/xpsimplehelloworld \
bin/xpxthelloworld
MAN1= xphelloworld.1 \
xpsimplehelloworld.1 \
xpxthelloworld.1
.include <bsd.port.mk>
|