d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
34 lines
711 B
Makefile
34 lines
711 B
Makefile
# New ports collection makefile for: scr2png
|
|
# Date created: 18 May 2001
|
|
# Whom: nik
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= scr2png
|
|
PORTVERSION= 1.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= nik
|
|
NO_WRKSUBDIR= yes
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Converts the output of "vidcontrol -p" to PNG
|
|
|
|
LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd
|
|
|
|
|
|
MAN1= scr2png.1
|
|
MANCOMPRESSED= yes
|
|
PLIST_FILES= bin/scr2png
|
|
|
|
post-extract:
|
|
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/Makefile
|
|
@${REINPLACE_CMD} -e 's|<gd/gd\.h>|<gd.h>|' ${WRKSRC}/scr2png.c
|
|
|
|
do-install:
|
|
@cd ${WRKSRC}; ${MAKE} BINDIR=${PREFIX}/bin SHAREDIR=${PREFIX} install
|
|
|
|
.include <bsd.port.mk>
|