Tweak sysutils/xstow version 1.0.0
[dports.git] / sysutils / xstow / Makefile
1 # Created by: Alan Eldridge <alane@geeksrus.net>
2 # $FreeBSD: sysutils/xstow/Makefile 305477 2012-10-07 13:59:39Z rakuco $
3
4 PORTNAME=       xstow
5 PORTVERSION=    1.0.0
6 CATEGORIES=     sysutils
7 MASTER_SITES=   SF/${PORTNAME}/
8
9 MAINTAINER=     rakuco@FreeBSD.org
10 COMMENT=        Enhanced replacement for GNU stow written in C++
11
12 USE_BZIP2=      yes
13 GNU_CONFIGURE=  yes
14 MAKE_JOBS_SAFE= yes
15
16 .if defined(WITH_DEBUG)
17 CONFIGURE_ARGS+=        --enable-debug
18 .endif
19
20 PLIST_FILES=    bin/merge-info bin/xstow bin/xstow-static bin/xstow-stow
21 MAN1=           merge-info.1 xstow.1
22 MAN5=           xstow.ini.5
23
24 # This port always installs documentation, so we cannot respect NOPORTDOCS
25 PORTDOCS=       AUTHORS COPYING ChangeLog NEWS README TODO xstow.html xstow.ini xstow.ini.html
26
27 post-install:
28         (cd ${WRKSRC} && \
29          ${INSTALL_MAN} AUTHORS COPYING ChangeLog NEWS README TODO ${DOCSDIR})
30
31 .include <bsd.port.mk>