summaryrefslogblamecommitdiff
path: root/misc/apparix/Makefile
blob: d6835c703ee11510f378fa9d53c14a572546f9a2 (plain) (tree)
1
2
3
4
5
6
7
8
9

                                               
                                                          




                       
                        

                                              
                                  
 
                                












                                                                   
                            
                                                                 


                      
# New ports collection makefile for:    apparix
# Date created:         16 Apr 2006
# Whom:                 Frank Steinborn <steinex@nognu.de>
#
# $FreeBSD$
#

PORTNAME=	apparix
PORTVERSION=	20080725
CATEGORIES=	misc
MASTER_SITES=	http://micans.org/apparix/src/
DISTNAME=	${PORTNAME}-08-206

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

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}
	${INSTALL_MAN} ${PORTDOCS:S,^,${WRKSRC}/doc/,} ${DOCSDIR}
.endif

.include <bsd.port.mk>