From 261104ab3e9b05f35bb78cc76e85c2f4545b5655 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Sun, 10 May 2015 19:41:34 +0000 Subject: - Simplify MASTER_SITES - Add LICENSE - Strip library --- chinese/libtabe/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'chinese') diff --git a/chinese/libtabe/Makefile b/chinese/libtabe/Makefile index 406f171fd33e..89019d716ec2 100644 --- a/chinese/libtabe/Makefile +++ b/chinese/libtabe/Makefile @@ -3,14 +3,17 @@ PORTNAME= libtabe PORTVERSION= 0.2.6 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= chinese -MASTER_SITES= ${MASTER_SITE_DEBIAN:C|(/%SUBDIR%/)|/pool/main/libt/libtabe/|} +MASTER_SITES= DEBIAN/pool/main/libt/libtabe/ DISTNAME= libtabe_${PORTVERSION}.orig MAINTAINER= ports@FreeBSD.org COMMENT= Unified library for Chinese text processing +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING + USES= gmake libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes @@ -51,6 +54,7 @@ post-patch: .endif post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libtabe.so .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/tsi-src/README \ -- cgit v1.2.3