2007-04-03 22:58:29 +02:00
|
|
|
# New ports collection makefile for: rgbpaint
|
|
|
|
# Date created: 4 April 2007
|
|
|
|
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= rgbpaint
|
2007-06-12 10:23:38 +02:00
|
|
|
PORTVERSION= 0.8.7
|
2009-07-31 15:57:52 +02:00
|
|
|
PORTREVISION= 2
|
2007-04-03 22:58:29 +02:00
|
|
|
CATEGORIES= graphics
|
2009-08-22 02:23:13 +02:00
|
|
|
MASTER_SITES= SF/mtpaint/${PORTNAME}/${PORTVERSION}
|
2007-04-03 22:58:29 +02:00
|
|
|
|
2008-09-07 02:19:05 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2007-04-03 22:58:29 +02:00
|
|
|
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>
|