aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/xstow/Makefile
blob: c08ae2479a0d584fe25899f115456a6d50781bd0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Created by: Alan Eldridge <alane@geeksrus.net>
# $FreeBSD$

PORTNAME=   xstow
PORTVERSION=    1.0.0
CATEGORIES= sysutils
MASTER_SITES=   SF/${PORTNAME}/

MAINTAINER= rakuco@FreeBSD.org
COMMENT=    Enhanced replacement for GNU stow written in C++

USE_BZIP2=  yes
GNU_CONFIGURE=  yes

.if defined(WITH_DEBUG)
CONFIGURE_ARGS+=    --enable-debug
.endif

PLIST_FILES=    bin/merge-info bin/xstow bin/xstow-static bin/xstow-stow \
        man/man1/merge-info.1.gz man/man1/xstow.1.gz \
        man/man5/xstow.ini.5.gz

# This port always installs documentation, so we cannot respect NOPORTDOCS
PORTDOCS=   AUTHORS COPYING ChangeLog NEWS README TODO xstow.html xstow.ini xstow.ini.html

post-install:
    (cd ${WRKSRC} && \
     ${INSTALL_MAN} AUTHORS COPYING ChangeLog NEWS README TODO ${STAGEDIR}${DOCSDIR})

.include <bsd.port.mk>