aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/gpaint/Makefile
blob: 05f678eed63295aac45c4fc66d78d8b569e2867f (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:    gpaint
# Date created:             18 October 2000
# Whom:                 Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   gpaint
PORTVERSION=    0.3.3
DISTVERSIONPREFIX=  2-
PORTREVISION=   5
CATEGORIES= graphics gnome
MASTER_SITES=   ${MASTER_SITE_GNU_ALPHA}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= ports@FreeBSD.org
COMMENT=    A small-scale painting program for GNOME

USE_GNOME=  libgnomeprint libgnomeprintui
GNU_CONFIGURE=  yes

PLIST_FILES=    bin/gpaint-2 %%DATADIR%%/glade/gpaint.glade
PLIST_DIRS= %%DATADIR%%/glade %%DATADIR%%

post-patch:
    @${REINPLACE_CMD} -e \
        's|_RESPONSE_DISCARD|_RESPONSE_NO|g' ${WRKSRC}/src/drawing.c

.include <bsd.port.mk>