blob: 3dd710a16d249fceb5fc7a0bf33688c73b1abddd (
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
|
# 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= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=${PORTNAME}
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>
|