diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2012-01-14 15:05:03 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2012-01-14 15:05:03 +0000 |
commit | 58fb860ee141b744238008911be3cf5ec2a85855 (patch) | |
tree | 803c2a15e864d4106f41d61678c0a465695d1ffc /textproc/scim-input-pad/Makefile | |
parent | 2dc48a715d2ac8339496a3349b04009ab21466b0 (diff) | |
download | ports-58fb860ee141b744238008911be3cf5ec2a85855.tar.gz ports-58fb860ee141b744238008911be3cf5ec2a85855.zip |
Notes
Diffstat (limited to 'textproc/scim-input-pad/Makefile')
-rw-r--r-- | textproc/scim-input-pad/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/textproc/scim-input-pad/Makefile b/textproc/scim-input-pad/Makefile index acd00fa29f49..dc817f18e411 100644 --- a/textproc/scim-input-pad/Makefile +++ b/textproc/scim-input-pad/Makefile @@ -6,17 +6,15 @@ # PORTNAME= scim-input-pad -PORTVERSION= 0.1.2 -PORTREVISION= 4 +PORTVERSION= 0.1.3.1 CATEGORIES= textproc -MASTER_SITES= SF/scim/${PORTNAME}/${PORTVERSION} \ +MASTER_SITES= SF/scim/${PORTNAME}/0.1.3/ \ http://anthesphoria.net/FreeBSD/ports/distfiles/ MAINTAINER= nikola.lecic@anthesphoria.net COMMENT= SCIM add-on to input various symbols with customisable on-screen pad -BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim -RUN_DEPENDS= ${BUILD_DEPENDS} +LIB_DEPENDS= scim-1.0.10:${PORTSDIR}/textproc/scim USE_LDCONFIG= yes USE_GMAKE= yes @@ -45,6 +43,7 @@ PLIST_SUB+= NLS="@comment " post-patch: @${REINPLACE_CMD} -E 's|(SCIM_LIBEXECDIR=).*|\1${PREFIX}/lib/scim-1.0|' \ ${WRKSRC}/configure + @${REINPLACE_CMD} -E 's|^_NAME|NAME|g' ${WRKSRC}/data/*.pad.in post-install: .if !defined(NOPORTDOCS) |