aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/scr2png/Makefile
blob: e7c1dde342f9f17d3b23184d5f381cf0a4b1e3c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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>