From owner-svn-ports-all@freebsd.org Sat Oct 17 18:08:14 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 55957A1771B; Sat, 17 Oct 2015 18:08:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CB554E2B; Sat, 17 Oct 2015 18:08:13 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9HI8Cld029131; Sat, 17 Oct 2015 18:08:12 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9HI8CLH029130; Sat, 17 Oct 2015 18:08:12 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201510171808.t9HI8CLH029130@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 17 Oct 2015 18:08:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399563 - head/net/tintin++ X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Oct 2015 18:08:14 -0000 Author: sunpoet Date: Sat Oct 17 18:08:12 2015 New Revision: 399563 URL: https://svnweb.freebsd.org/changeset/ports/399563 Log: - Add LICENSE_FILE - Use USES=localbase - Convert to new options target helper Modified: head/net/tintin++/Makefile Modified: head/net/tintin++/Makefile ============================================================================== --- head/net/tintin++/Makefile Sat Oct 17 18:08:07 2015 (r399562) +++ head/net/tintin++/Makefile Sat Oct 17 18:08:12 2015 (r399563) @@ -12,6 +12,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Client program to help playing MUDs LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/../COPYING LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre @@ -22,10 +23,8 @@ CONFIGURE_ARGS= --includedir=${LOCALBASE --libdir=${LOCALBASE}/lib \ --prefix=${PREFIX} CONFIGURE_ENV= ac_cv_file__dev_ptmx=no -CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes -LDFLAGS+= -L${LOCALBASE}/lib -USES= gmake +USES= gmake localbase WRKSRC= ${WRKDIR}/tt/src DOCS= CREDITS FAQ README SCRIPTS TODO \ @@ -35,10 +34,12 @@ PORTDOCS= ${DOCS:T} SLAVEDIRS= chinese/tintin++ -BIG5_CONFIGURE_ON= --enable-big5 +BIG5_CONFIGURE_ENABLE= big5 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tt++ ${STAGEDIR}${PREFIX}/bin/ + +do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR}/ cd ${WRKSRC}/../ && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR}/