freebsd-ports/sysutils/xstow/Makefile

27 lines
451 B
Makefile
Raw Normal View History

# 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
PORTREVISION= 1
PORTEPOCH= 0
CATEGORIES= sysutils
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
2003-02-21 14:28:59 +01:00
COMMENT= Enhanced replacement for GNU stow written in C++
USE_GMAKE= yes
GNU_CONFIGURE= yes
MAN1= xstow.1
2003-02-22 05:22:27 +01:00
MAN5= xstow.ini.5
.include <bsd.port.mk>