diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-12-14 23:14:38 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-12-14 23:14:38 +0000 |
commit | 59a49801e7c633d26ee05b6de030690555e532de (patch) | |
tree | 0e8dee37f812a0055b3648c2b9807c188957aa4b /graphics/gpaint/Makefile | |
parent | a74c02e5f90f6a458b99d7c6df06a9b25cd9eb05 (diff) | |
download | ports-59a49801e7c633d26ee05b6de030690555e532de.tar.gz ports-59a49801e7c633d26ee05b6de030690555e532de.zip |
- Update to 0.3.3
PR: 118596
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes
Notes:
svn path=/head/; revision=203674
Diffstat (limited to 'graphics/gpaint/Makefile')
-rw-r--r-- | graphics/gpaint/Makefile | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/graphics/gpaint/Makefile b/graphics/gpaint/Makefile index 19b8ee0f29e9..3ccf3982823a 100644 --- a/graphics/gpaint/Makefile +++ b/graphics/gpaint/Makefile @@ -6,16 +6,23 @@ # PORTNAME= gpaint -PORTVERSION= 0.3.1 +PORTVERSION= 0.3.3 DISTVERSIONPREFIX= 2- CATEGORIES= graphics gnome -MASTER_SITES= ftp://alpha.gnu.org/gnu/gpaint/ CENKES +MASTER_SITES= ${MASTER_SITE_GNU_ALPHA} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A small-scale painting program for GNOME -USE_GNOME= libgnomeprint libgnomeprintui +USE_GNOME= gnometarget libgnomeprint libgnomeprintui GNU_CONFIGURE= yes -PLIST_FILES= bin/${PORTNAME}-2 + +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 .include <bsd.port.mk> |