aboutsummaryrefslogtreecommitdiffstats
path: root/misc/portell/Makefile
blob: 2731d01aa62399039433458c2fc88e6267ded0b2 (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
34
35
36
37
38
39
40
41
42
43
# New ports collection makefile for:   portell
# Date created:        Wed Jan 08 13:25:35 GMT 2003
# Whom:                mich@freebsdcluster.org
#
# $FreeBSD$
#

PORTNAME=   portell
PORTVERSION=    0.1
PORTREVISION=   4
CATEGORIES= misc
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
EXTRACT_SUFX=   .zip

MAINTAINER= mich@FreeBSD.org
COMMENT=    Quick display of FreeBSD port descriptions

USE_ZIP=    YES
USE_PYTHON= YES
USE_REINPLACE=  YES

do-build:
    ${REINPLACE_CMD} -e 's/portell.py/portell/' ${WRKSRC}/README.txt

do-install:
    ${INSTALL_SCRIPT} ${WRKSRC}/portell.py ${PREFIX}/bin/portell
.if !defined(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
    ${INSTALL_DATA} ${WRKSRC}/README.txt ${DOCSDIR}
.endif

post-install:
.if !defined(BATCH)
    @${ECHO_MSG} ""
    @${ECHO_MSG} "###############################################################################"
    @${ECHO_MSG} "# You must run 'portell -u' to initialize the DB"
    @${ECHO_MSG} "# ${DOCSDIR}/README.txt for more information."
    @${ECHO_MSG} "###############################################################################"
    @${ECHO_MSG} ""
.endif

.include <bsd.port.mk>