freebsd-ports/x11/printscreen/Makefile
Mathieu Arnold 72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00

27 lines
475 B
Makefile

# $FreeBSD$
PORTNAME= printscreen
PORTVERSION= 1.4
PORTREVISION= 1
CATEGORIES= x11 graphics
MASTER_SITES= # none
DISTFILES= # none
MAINTAINER= ak@FreeBSD.org
COMMENT= Simple screenshot program for X11
LICENSE= BSD2CLAUSE
RUN_DEPENDS= xwd:x11/xwd \
xwdtopnm: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>