1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/x11/printscreen/Makefile
Dirk Meyer de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00

29 lines
544 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
PORTREVISION= 2
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>