aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/xstow/Makefile
blob: 274dc9f5ba0a4a98ba952606b3997ec86dada67b (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
# ex:ts=8   -*-mode: makefile-*-
#
# New ports collection makefile for:    xstow
# Date created:     2002-12-31
# Whom:         Alan Eldridge <alane@geeksrus.net>
#
# $FreeBSD$
#

PORTNAME=   xstow
PORTVERSION=    0.5.1
PORTREVISION=   1
PORTEPOCH=  0
CATEGORIES= sysutils
MASTER_SITES=   SF

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

USE_GMAKE=  yes
GNU_CONFIGURE=  yes

MAN1=       xstow.1
MAN5=       xstow.ini.5

.include <bsd.port.mk>