2006-05-05 12:53:32 +02:00
|
|
|
# New ports collection makefile for: apparix
|
|
|
|
# Date created: 16 Apr 2006
|
2006-05-06 15:08:09 +02:00
|
|
|
# Whom: Frank Steinborn <steinex@nognu.de>
|
2006-05-05 12:53:32 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= apparix
|
2012-08-05 07:35:50 +02:00
|
|
|
PORTVERSION= 20110303
|
2006-05-05 12:53:32 +02:00
|
|
|
CATEGORIES= misc
|
|
|
|
MASTER_SITES= http://micans.org/apparix/src/
|
2012-08-05 07:35:50 +02:00
|
|
|
DISTNAME= ${PORTNAME}-11-062
|
2006-05-05 12:53:32 +02:00
|
|
|
|
2010-09-02 23:17:34 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2006-05-05 12:53:32 +02:00
|
|
|
COMMENT= Bookmark directories and apparate inside them
|
|
|
|
|
2012-08-05 07:35:50 +02:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
2006-05-05 12:53:32 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2012-08-05 07:35:50 +02:00
|
|
|
MAKE_JOBS_SAFE= yes
|
2006-05-05 12:53:32 +02:00
|
|
|
|
|
|
|
MAN1= apparix.1
|
|
|
|
PORTDOCS= apparix.azm apparix.html apparix.ps
|
|
|
|
PLIST_FILES= bin/apparix
|
|
|
|
|
2012-08-05 07:35:50 +02:00
|
|
|
.include <bsd.port.options.mk>
|
2009-01-27 20:24:02 +01:00
|
|
|
|
2006-05-05 12:53:32 +02:00
|
|
|
do-install:
|
2012-08-05 07:35:50 +02:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/src/apparix ${PREFIX}/bin
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/doc/apparix.1 ${MANPREFIX}/man/man1
|
|
|
|
.if ${PORT_OPTIONS:MDOCS}
|
2006-06-03 03:16:12 +02:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
2012-08-05 07:35:50 +02:00
|
|
|
.for i in ${PORTDOCS}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/${i} ${DOCSDIR}
|
|
|
|
.endfor
|
2006-05-05 12:53:32 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|