2008-07-26 19:02:59 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= printscreen
|
2011-01-29 15:16:32 +01:00
|
|
|
PORTVERSION= 1.4
|
2013-12-10 20:47:42 +01:00
|
|
|
PORTREVISION= 1
|
2014-05-20 15:13:56 +02:00
|
|
|
CATEGORIES= x11 graphics
|
2013-12-06 10:57:12 +01:00
|
|
|
MASTER_SITES= # none
|
|
|
|
DISTFILES= # none
|
2008-07-26 19:02:59 +02:00
|
|
|
|
2012-03-03 00:43:45 +01:00
|
|
|
MAINTAINER= ak@FreeBSD.org
|
2008-07-26 19:02:59 +02:00
|
|
|
COMMENT= Simple screenshot program for X11
|
|
|
|
|
2014-05-20 08:06:35 +02:00
|
|
|
LICENSE= BSD2CLAUSE
|
2013-09-25 01:38:32 +02:00
|
|
|
|
2016-04-01 16:33:55 +02:00
|
|
|
RUN_DEPENDS= xwd:x11/xwd \
|
|
|
|
xwdtopnm:graphics/netpbm
|
2008-07-26 19:02:59 +02:00
|
|
|
|
|
|
|
NO_WRKSUBDIR= yes
|
2013-12-06 10:57:12 +01:00
|
|
|
NO_ARCH= yes
|
2008-07-26 19:02:59 +02:00
|
|
|
NO_BUILD= yes
|
|
|
|
|
|
|
|
PLIST_FILES= bin/printscreen
|
|
|
|
|
|
|
|
do-install:
|
2014-05-20 08:06:35 +02:00
|
|
|
${INSTALL_SCRIPT} ${FILESDIR}/printscreen.in ${STAGEDIR}${PREFIX}/bin/printscreen
|
2008-07-26 19:02:59 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|