aboutsummaryrefslogtreecommitdiff
path: root/deskutils/autocutsel/Makefile
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2014-12-15 23:00:51 +0000
committerPawel Pekala <pawel@FreeBSD.org>2014-12-15 23:00:51 +0000
commit663dafeac493ad39ae7b7c12f88c44edf1e373a4 (patch)
tree7eec142718bbbc9174b02fa74b7f533859cb58f2 /deskutils/autocutsel/Makefile
parentfd322ae6caee8422f7bd58ceae8faa6cf14980d3 (diff)
downloadports-663dafeac493ad39ae7b7c12f88c44edf1e373a4.tar.gz
ports-663dafeac493ad39ae7b7c12f88c44edf1e373a4.zip
Update to version 0.10.0
PR: 195725 Submitted by: Anton Tornqvist <antont@inbox.lv> Approved by: maintainer
Notes
Notes: svn path=/head/; revision=374775
Diffstat (limited to 'deskutils/autocutsel/Makefile')
-rw-r--r--deskutils/autocutsel/Makefile16
1 files changed, 10 insertions, 6 deletions
diff --git a/deskutils/autocutsel/Makefile b/deskutils/autocutsel/Makefile
index 233333778ae8..534c84b9309e 100644
--- a/deskutils/autocutsel/Makefile
+++ b/deskutils/autocutsel/Makefile
@@ -2,20 +2,24 @@
# $FreeBSD$
PORTNAME= autocutsel
-PORTVERSION= 0.9.0
-PORTREVISION= 2
+PORTVERSION= 0.10.0
CATEGORIES= deskutils
-MASTER_SITES= ${MASTER_SITE_SAVANNAH}
-MASTER_SITE_SUBDIR= autocutsel
MAINTAINER= john@jnielsen.net
COMMENT= Synchronizes the two copy/paste buffers used by X applications
-USE_XORG= x11 xaw xext
+USE_GITHUB= yes
+GH_ACCOUNT= sigmike
+GH_COMMIT= 35388eb
+
+USE_XORG= x11 xaw xmu
GNU_CONFIGURE= yes
-USES= gmake
+USES= gmake autoreconf libtool
PLIST_FILES= bin/autocutsel \
bin/cutsel
+post-configure:
+ @${REINPLACE_CMD} -e 's|-I\.|-I/usr/local/include|g' ${WRKSRC}/Makefile
+
.include <bsd.port.mk>