freebsd-ports/graphics/gpaint/Makefile

26 lines
547 B
Makefile
Raw Normal View History

2013-09-03 12:23:55 +02:00
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
# $FreeBSD$
PORTNAME= gpaint
PORTVERSION= 0.3.3
2007-06-12 19:36:37 +02:00
DISTVERSIONPREFIX= 2-
PORTREVISION= 6
CATEGORIES= graphics gnome
MASTER_SITES= GNU_ALPHA
MAINTAINER= ports@FreeBSD.org
2014-01-21 21:29:25 +01:00
COMMENT= Small-scale painting program for GNOME
USES= libtool pkgconfig
USE_GNOME= libgnomeprint libgnomeprintui
GNU_CONFIGURE= yes
LIBS+= -lm
PLIST_FILES= bin/gpaint-2 %%DATADIR%%/glade/gpaint.glade
post-patch:
@${REINPLACE_CMD} -e \
's|_RESPONSE_DISCARD|_RESPONSE_NO|g' ${WRKSRC}/src/drawing.c
.include <bsd.port.mk>