aboutsummaryrefslogtreecommitdiffstats
path: root/misc/apparix/Makefile
blob: 93db35ac5dc6becafbaafce376be71d13300bc9a (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
# New ports collection makefile for:    apparix
# Date created:         16 Apr 2006
# Whom:                 Frank Steinborn <steinex@nognu.de>
#
# $FreeBSD$
#

PORTNAME=   apparix
PORTVERSION=    20061110
CATEGORIES= misc
MASTER_SITES=   http://micans.org/apparix/src/
DISTNAME=   ${PORTNAME}-06-314

MAINTAINER= steinex@nognu.de
COMMENT=    Bookmark directories and apparate inside them

USE_GCC=    3.2+
GNU_CONFIGURE=  yes
MANCOMPRESSED=  no

MAN1=       apparix.1
PORTDOCS=   apparix.azm apparix.html apparix.ps
PLIST_FILES=    bin/apparix

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin
    ${INSTALL_MAN} ${WRKSRC}/doc/${MAN1} ${MAN1PREFIX}/man/man1
.if !defined(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
.for f in ${PORTDOCS}
    ${INSTALL_DATA} ${WRKSRC}/doc/${f} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>