freebsd-ports/graphics/gpaint/Makefile
Clockwork6400 38d079ff89 graphics/gpaint: Update to 0.3.4
- remove patches that are no longer needed.

Changelog: http://savannah.gnu.org/forum/forum.php?forum_id=10294

Submitter becomes maintainer.  Already maintainer of other ports.

PR:		269941
2023-03-06 23:23:43 +01:00

26 lines
565 B
Makefile

PORTNAME= gpaint
DISTVERSIONPREFIX= 2-
DISTVERSION= 0.3.4
CATEGORIES= graphics gnome
MASTER_SITES= GNU_ALPHA
MAINTAINER= Clockwork6400@protonmail.com
COMMENT= Small-scale painting program for GNOME
WWW= https://www.gnu.org/software/gpaint/
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
USES= gnome libtool pkgconfig
USE_GNOME= gtk20 libglade2
GNU_CONFIGURE= yes
LIBS+= -lm
PLIST_FILES= ${DATADIR}/glade/gpaint.glade \
bin/gpaint-2
post-patch:
@${REINPLACE_CMD} -e \
's|_RESPONSE_DISCARD|_RESPONSE_NO|g' ${WRKSRC}/src/drawing.c
.include <bsd.port.mk>