2003-01-01 17:00:45 +01:00
|
|
|
# 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
|
2003-07-27 22:18:56 +02:00
|
|
|
PORTVERSION= 0.5.1
|
2004-02-04 06:10:27 +01:00
|
|
|
PORTREVISION= 1
|
2003-01-01 17:00:45 +01:00
|
|
|
PORTEPOCH= 0
|
|
|
|
CATEGORIES= sysutils
|
2009-08-22 02:35:32 +02:00
|
|
|
MASTER_SITES= SF
|
2003-01-01 17:00:45 +01:00
|
|
|
|
2003-06-08 23:06:22 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= Enhanced replacement for GNU stow written in C++
|
2003-01-01 17:00:45 +01:00
|
|
|
|
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2003-01-16 07:32:08 +01:00
|
|
|
MAN1= xstow.1
|
2003-02-22 05:22:27 +01:00
|
|
|
MAN5= xstow.ini.5
|
2003-01-16 07:32:08 +01:00
|
|
|
|
2003-11-14 18:28:15 +01:00
|
|
|
.include <bsd.port.mk>
|