freebsd-ports/x11/printscreen/Makefile
Wesley Shields 833191c2c5 - Update to 1.3
PR:		ports/133669
Submitted by:	Alex Kozlov <spam@rm-rf.kiev.ua> (maintainer)
2009-04-22 15:13:03 +00:00

27 lines
528 B
Makefile

# New ports collection makefile for: printscreen
# Date created: 25 Jan 2006
# Whom: Alex Kozlov <spam@rm-rf.kiev.ua>
#
# $FreeBSD$
#
PORTNAME= printscreen
PORTVERSION= 1.3
CATEGORIES= x11
DISTFILES=
MAINTAINER= spam@rm-rf.kiev.ua
COMMENT= Simple screenshot program for X11
RUN_DEPENDS= xwd:${PORTSDIR}/x11/xwd \
xwdtopnm:${PORTSDIR}/graphics/netpbm
NO_WRKSUBDIR= yes
NO_BUILD= yes
PLIST_FILES= bin/printscreen
do-install:
@${INSTALL_SCRIPT} ${FILESDIR}/printscreen.in ${PREFIX}/bin/printscreen
.include <bsd.port.mk>