mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
efa63f6ba4
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
35 lines
792 B
Makefile
35 lines
792 B
Makefile
# New ports collection makefile for: apparix
|
|
# Date created: 16 Apr 2006
|
|
# Whom: Frank Steinborn <steinex@nognu.de>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= apparix
|
|
PORTVERSION= 20070918
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://micans.org/apparix/src/
|
|
DISTNAME= ${PORTNAME}-07-261
|
|
|
|
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}
|
|
.for f in ${PORTDOCS}
|
|
${INSTALL_DATA} ${WRKSRC}/doc/${f} ${DOCSDIR}
|
|
.endfor
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|