summaryrefslogtreecommitdiff
path: root/sysutils/portupgrade-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/portupgrade-devel/Makefile')
-rw-r--r--sysutils/portupgrade-devel/Makefile78
1 files changed, 0 insertions, 78 deletions
diff --git a/sysutils/portupgrade-devel/Makefile b/sysutils/portupgrade-devel/Makefile
deleted file mode 100644
index e501497d2a60..000000000000
--- a/sysutils/portupgrade-devel/Makefile
+++ /dev/null
@@ -1,78 +0,0 @@
-# New ports collection makefile for: portupgrade
-# Date created: 18 March 2001
-# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= portupgrade
-PORTVERSION= 20010912.2
-CATEGORIES= sysutils
-MASTER_SITES= ${MASTER_SITE_LOCAL} \
- http://www.iDaemons.org/distfiles/
-MASTER_SITE_SUBDIR= knu
-DISTNAME= pkgtools-${PORTVERSION:S/a$//}
-
-#PATCH_SITES= ${MASTER_SITES}
-#PATCHFILES= pkgtools-${PORTVERSION}.patch.gz
-
-MAINTAINER= knu@FreeBSD.org
-
-RUN_DEPENDS= ${RUBY_SITELIBDIR}/optparse.rb:${PORTSDIR}/devel/ruby-optparse \
- ${RUBY_SITEARCHLIBDIR}/fnmatch.so:${PORTSDIR}/devel/ruby-fnmatch \
- ${RUBY_SITELIBDIR}/uri.rb:${PORTSDIR}/net/ruby-uri \
- ${LOCALBASE}/sbin/pkg_tarup:${PORTSDIR}/misc/pkg_tarup \
- ${LOCALBASE}/bin/ruby_s:${PORTSDIR}/lang/ruby_static
-
-USE_RUBY= yes
-
-RUBY_SHEBANG_FILES= \
- ${WRKSRC}/pkg_fetch \
- ${WRKSRC}/pkg_glob \
- ${WRKSRC}/pkgdepfix \
- ${WRKSRC}/portcvsweb \
- ${WRKSRC}/portsclean \
- ${WRKSRC}/portsdb \
- ${WRKSRC}/portupgrade \
- ${WRKSRC}/portversion
-
-NO_BUILD= yes
-
-MAN1= pkg_deinstall.1 \
- pkg_fetch.1 \
- pkg_glob.1 \
- pkgdepfix.1 \
- portcvsweb.1 \
- portsclean.1 \
- portsdb.1 \
- portupgrade.1 \
- portversion.1
-MLINKS= portupgrade.1 portinstall.1
-MANCOMPRESSED= yes
-
-DOCS= ChangeLog README
-
-EXAMPLESDIR= ${PREFIX}/share/examples/${PORTNAME}
-
-post-patch:
-.for f in pkgdb.rb pkgtools.rb
- ${RUBY} -i~ -pe 'sub %r:/usr/local:, "${LOCALBASE}"' ${WRKSRC}/${f}
-.endfor
- ${RUBY} -i~ -pe 'sub!(/(make_cmdline\(portdir, .-V PKGNAME 2>\&1.)\}/, "\\1)}")' ${WRKSRC}/portupgrade
-
-do-install:
- cd ${WRKSRC} && ${RUBY} install.rb
- ${MKDIR} ${PREFIX}/share/zsh/site-functions
- ${INSTALL_DATA} ${WRKSRC}/misc/zsh/* ${PREFIX}/share/zsh/site-functions/
- ${MKDIR} ${EXAMPLESDIR}/bash
- ${INSTALL_DATA} ${WRKSRC}/misc/bash/* ${EXAMPLESDIR}/bash/
- ${MKDIR} ${EXAMPLESDIR}/tcsh
- ${INSTALL_DATA} ${WRKSRC}/misc/tcsh/* ${EXAMPLESDIR}/tcsh/
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
-.for f in ${DOCS}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
-.endfor
-.endif
-
-.include <bsd.port.mk>