aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/scintilla/Makefile
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2014-12-05 20:36:04 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2014-12-05 20:36:04 +0800
commit82d33c56ad307d40d4737643928da743e11c8638 (patch)
tree52aa1bab91b88a3d3d84d900ae3499add23b9cc4 /x11-toolkits/scintilla/Makefile
parentaa2bea207fd1919ec4b4a1e0c5199af23dc9a897 (diff)
downloadfreebsd-ports-gnome-82d33c56ad307d40d4737643928da743e11c8638.tar.gz
freebsd-ports-gnome-82d33c56ad307d40d4737643928da743e11c8638.tar.zst
freebsd-ports-gnome-82d33c56ad307d40d4737643928da743e11c8638.zip
- Update to 3.5.2
- Add license information PR: 195675 Submitted by: lightside@gmx.com Approved by: cyberbotx@cyberbotx.com (maintainer)
Diffstat (limited to 'x11-toolkits/scintilla/Makefile')
-rw-r--r--x11-toolkits/scintilla/Makefile10
1 files changed, 9 insertions, 1 deletions
diff --git a/x11-toolkits/scintilla/Makefile b/x11-toolkits/scintilla/Makefile
index 4645e9f16403..67b221457cb3 100644
--- a/x11-toolkits/scintilla/Makefile
+++ b/x11-toolkits/scintilla/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= scintilla
-PORTVERSION= 3.5.1
+PORTVERSION= 3.5.2
CATEGORIES= x11-toolkits
MASTER_SITES= SF/scintilla/SciTE/${PORTVERSION}
DISTNAME= scite${PORTVERSION:S/.//g}
@@ -10,6 +10,11 @@ DISTNAME= scite${PORTVERSION:S/.//g}
MAINTAINER= cyberbotx@cyberbotx.com
COMMENT= Full-featured free source code editing component for GTK+
+LICENSE= SCINTILLA
+LICENSE_NAME= License for Scintilla and SciTE
+LICENSE_FILE= ${WRKSRC}/../License.txt
+LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
+
WRKSRC= ${WRKDIR}/${PORTNAME}/gtk
USES= gmake iconv pkgconfig tar:tgz
@@ -27,6 +32,9 @@ PICFLAG?= -fPIC
PICFLAG?= -fpic
.endif
+post-patch:
+ @${REINPLACE_CMD} -e 's| -Os||g' ${WRKSRC}/makefile
+
do-install:
${MKDIR} ${STAGEDIR}${PREFIX}/include/scintilla
${INSTALL_DATA} ${WRKSRC}/../include/*.h ${STAGEDIR}${PREFIX}/include/scintilla