freebsd-ports/graphics/scr2png/Makefile
Nik Clayton 88e73c8d3d Rename shot2png to scr2png based on private comments.
Fix bogons when parsing a .scr header.

Update documentation to talk about vidcontrol(1) rather than scrshot(1).
2001-05-20 20:31:23 +00:00

26 lines
468 B
Makefile

# New ports collection makefile for: scr2png
# Date created: 18 May 2001
# Whom: nik
#
# $FreeBSD$
#
PORTNAME= scr2png
PORTVERSION= 1.1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= nik
NO_WRKSUBDIR= yes
MAINTAINER= nik@freebsd.org
LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd
MAN1= scr2png.1
MANCOMPRESSED= yes
do-install:
@cd ${WRKSRC}; ${MAKE} BINDIR=${LOCALBASE}/bin SHAREDIR=${LOCALBASE} install
.include <bsd.port.mk>