aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/rgbpaint/Makefile
blob: 177b47655d74f7872fa22b9728c40e24251a3f94 (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
27
28
29
# New ports collection makefile for:    rgbpaint
# Date created:     4 April 2007
# Whom:         Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   rgbpaint
PORTVERSION=    0.8.7
PORTREVISION=   5
CATEGORIES= graphics
MASTER_SITES=   SF/mtpaint/${PORTNAME}/${PORTVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT=    Very basic painting program

USE_GETTEXT=    yes
USE_BZIP2=  yes
USE_GNOME=  gtk20
HAS_CONFIGURE=  yes
CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${MAN1PREFIX}/man/man1 \
        --locale=${PREFIX}/share/locale cflags slow intl man
MAN1=       ${PORTNAME}.1
MANCOMPRESSED=  yes

post-patch:
    @${REINPLACE_CMD} -e '/if \[/s|==|=|g' ${WRKSRC}/configure

.include <bsd.port.mk>