2000-10-18 12:00:56 +02:00
|
|
|
# New ports collection makefile for: gpaint
|
|
|
|
# Date created: 18 October 2000
|
|
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gpaint
|
2007-12-15 00:14:38 +01:00
|
|
|
PORTVERSION= 0.3.3
|
2007-06-12 19:36:37 +02:00
|
|
|
DISTVERSIONPREFIX= 2-
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 5
|
2000-10-18 12:00:56 +02:00
|
|
|
CATEGORIES= graphics gnome
|
2007-12-15 00:14:38 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU_ALPHA}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2000-10-18 12:00:56 +02:00
|
|
|
|
2003-07-29 11:12:37 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A small-scale painting program for GNOME
|
2000-10-18 12:00:56 +02:00
|
|
|
|
2011-08-11 21:20:17 +02:00
|
|
|
USE_GNOME= libgnomeprint libgnomeprintui
|
2000-10-18 12:00:56 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2007-12-15 00:14:38 +01:00
|
|
|
|
|
|
|
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
|
2000-10-18 12:00:56 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|