aboutsummaryrefslogtreecommitdiffstats
path: root/ports-mgmt/portupgrade-devel/Makefile
blob: d8324df442ca15168a2c0df1042089b44316cf80 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# New ports collection makefile for:    portupgrade
# Date created:     18 March 2001
# Whom:         Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#

PORTNAME=   portupgrade
PORTVERSION=    1.28
CATEGORIES= sysutils
MASTER_SITES=   ${MASTER_SITE_LOCAL} \
        http://www.iDaemons.org/distfiles/
MASTER_SITE_SUBDIR= knu
DISTNAME=   pkgtools-20010530c

MAINTAINER= knu@FreeBSD.org

RUN_DEPENDS=    ${RUBY_SITELIBDIR}/optparse.rb:${PORTSDIR}/devel/ruby-optparse

USE_RUBY=   yes

NO_BUILD=   yes

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>