blob: a83dfdeacdbbf86a00d78cee8af868b1d8145680 (
plain)
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
|
# $FreeBSD$
PORTNAME= printscreen
PORTVERSION= 1.4
CATEGORIES= x11
MASTER_SITES= # none
DISTFILES= # none
MAINTAINER= ak@FreeBSD.org
COMMENT= Simple screenshot program for X11
LICENSE= BSD
RUN_DEPENDS= xwd:${PORTSDIR}/x11/xwd \
xwdtopnm:${PORTSDIR}/graphics/netpbm
NO_WRKSUBDIR= yes
NO_ARCH= yes
NO_BUILD= yes
PLIST_FILES= bin/printscreen
do-install:
@${INSTALL_SCRIPT} ${FILESDIR}/printscreen.in ${STAGEDIR}${PREFIX}/bin/printscreen
.include <bsd.port.mk>
|