2001-03-18 00:06:40 +01:00
|
|
|
# New ports collection makefile for: portupgrade
|
|
|
|
# Date created: 18 March 2001
|
|
|
|
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= portupgrade
|
2001-07-14 10:12:05 +02:00
|
|
|
PORTVERSION= 20010714
|
2001-03-18 00:06:40 +01:00
|
|
|
CATEGORIES= sysutils
|
2001-03-18 15:09:07 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL} \
|
|
|
|
http://www.iDaemons.org/distfiles/
|
2001-03-18 00:06:40 +01:00
|
|
|
MASTER_SITE_SUBDIR= knu
|
2001-06-05 19:33:21 +02:00
|
|
|
DISTNAME= pkgtools-${PORTVERSION}
|
2001-03-18 00:06:40 +01:00
|
|
|
|
|
|
|
MAINTAINER= knu@FreeBSD.org
|
|
|
|
|
2001-05-30 09:00:21 +02:00
|
|
|
RUN_DEPENDS= ${RUBY_SITELIBDIR}/optparse.rb:${PORTSDIR}/devel/ruby-optparse \
|
2001-06-10 22:57:39 +02:00
|
|
|
${RUBY_SITEARCHLIBDIR}/fnmatch.so:${PORTSDIR}/devel/ruby-fnmatch \
|
2001-06-09 03:48:47 +02:00
|
|
|
${LOCALBASE}/sbin/pkg_tarup:${PORTSDIR}/misc/pkg_tarup
|
2001-03-18 00:06:40 +01:00
|
|
|
|
|
|
|
USE_RUBY= yes
|
|
|
|
|
|
|
|
NO_BUILD= yes
|
|
|
|
|
2001-06-15 11:36:29 +02:00
|
|
|
MAN1= pkgdepfix.1 \
|
|
|
|
portsdb.1 \
|
|
|
|
portupgrade.1 \
|
|
|
|
portversion.1
|
2001-06-17 09:38:49 +02:00
|
|
|
MLINKS= portupgrade.1 portinstall.1
|
2001-07-14 10:12:05 +02:00
|
|
|
MANCOMPRESSED= yes
|
2001-06-15 11:36:29 +02:00
|
|
|
|
2001-03-18 00:06:40 +01:00
|
|
|
do-install:
|
|
|
|
cd ${WRKSRC} && ${RUBY} install.rb
|
|
|
|
${MKDIR} ${PREFIX}/share/zsh/site-functions
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/misc/zsh/* ${PREFIX}/share/zsh/site-functions/
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${PREFIX}/share/doc/${PORTNAME}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/${PORTNAME}/
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|