1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/misc/apparix/Makefile
Martin Wilke 4b12edde48 - Update to 20110303
PR:		170157
Submitted by:	Ports Fury
2012-08-05 05:35:50 +00:00

41 lines
863 B
Makefile

# New ports collection makefile for: apparix
# Date created: 16 Apr 2006
# Whom: Frank Steinborn <steinex@nognu.de>
#
# $FreeBSD$
#
PORTNAME= apparix
PORTVERSION= 20110303
CATEGORIES= misc
MASTER_SITES= http://micans.org/apparix/src/
DISTNAME= ${PORTNAME}-11-062
MAINTAINER= ports@FreeBSD.org
COMMENT= Bookmark directories and apparate inside them
LICENSE= GPLv2
OPTIONS_DEFINE= DOCS
GNU_CONFIGURE= yes
MAKE_JOBS_SAFE= yes
MAN1= apparix.1
PORTDOCS= apparix.azm apparix.html apparix.ps
PLIST_FILES= bin/apparix
.include <bsd.port.options.mk>
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/apparix ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/doc/apparix.1 ${MANPREFIX}/man/man1
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
.for i in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/doc/${i} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>