38d079ff89
- 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
26 lines
565 B
Makefile
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>
|