aboutsummaryrefslogtreecommitdiffstats
path: root/converters/xunicode/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'converters/xunicode/Makefile')
-rw-r--r--converters/xunicode/Makefile16
1 files changed, 3 insertions, 13 deletions
diff --git a/converters/xunicode/Makefile b/converters/xunicode/Makefile
index 711e72b3dc1c..5a0a9473ca81 100644
--- a/converters/xunicode/Makefile
+++ b/converters/xunicode/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= xunicode
-PORTVERSION= 0.2.7
+PORTVERSION= 0.3.1
CATEGORIES= converters x11
MASTER_SITES= http://www.ab.wakwak.com/~tino/jatk/
@@ -15,20 +15,10 @@ MAINTAINER= knu@FreeBSD.org
USE_X_PREFIX= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
-
-post-patch:
- ${PERL} -i -p \
- -e 's,/usr/X11R6\b,${X11BASE},g;' \
- -e 's,^CXX(FLAGS)? *=.*,,;' \
- ${WRKSRC}/MakeInclude
+NO_BUILD= yes
do-install:
- ${INSTALL_DATA} ${WRKSRC}/lib/libxunicode.a ${PREFIX}/lib/
${MKDIR} ${PREFIX}/include/xunicode
- ${INSTALL_DATA} ${WRKSRC}/include/*.h ${PREFIX}/include/xunicode/
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${PREFIX}/share/doc/xunicode/ja/
- ${INSTALL_DATA} ${WRKSRC}/README.utf8 ${PREFIX}/share/doc/xunicode/ja/
-.endif
+ ${INSTALL_DATA} ${WRKSRC}/*.[ch] ${PREFIX}/include/xunicode/
.include <bsd.port.mk>