# New ports collection makefile for: Gem Finder # Date created: 12 Nov 2000 # Whom: Akinori MUSHA aka knu # # $FreeBSD$ # PORTNAME= gemfinder PORTVERSION= 1.8 CATEGORIES= devel ruby MASTER_SITES= ftp://ftp.one.net/pub/users/jweirich/tools/gemfinder/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} EXTRACT_SUFX= .tgz DIST_SUBDIR= ruby MAINTAINER= knu@FreeBSD.org RUN_DEPENDS= ${RUBY_LIBDIR}/tk.rb:${PORTSDIR}/x11-toolkits/ruby-tk USE_RUBY= yes USE_RUBY_RDTOOL= yes RUBY_SHEBANG_FILES= ${WRKSRC}/gemfinder DOCS= README gemfinder.html gemfinder.rd do-build: .if !defined(NOPORTDOCS) ${RUBY_RD2} < ${WRKSRC}/gemfinder.rd \ | ${SED} -e 's///' \ > ${WRKSRC}/gemfinder.html .endif do-install: ${INSTALL_SCRIPT} ${WRKSRC}/gemfinder ${PREFIX}/bin/ .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_MODDOCDIR} .for f in ${DOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/ .endfor .endif .include
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Pass maintainership to python@rm2017-03-201-1/+1
* Take in olivierd@'s commit bit on his request.rene2017-03-191-1/+1
* - Update to 1.4.3olivierd2016-04-123-6/+21
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.mat2016-04-011-1/+1
* Update to 1.4.2olivierd2015-01-172-3/+3
* - Update to 1.4.1olivierd2014-08-243-17/+3
* - Update to 1.4.0olivierd2014-08-233-6/+20
* Modernize LIB_DEPENDSbapt2014-07-15