From 972418babaa5340e80acb02b5dddd6d7d3967826 Mon Sep 17 00:00:00 2001 From: alane Date: Wed, 1 Jan 2003 16:00:45 +0000 Subject: Superset of GNU stow written in C++. Useful if you haven't got perl yet. Has many enhancements. --- sysutils/xstow/Makefile | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 sysutils/xstow/Makefile (limited to 'sysutils/xstow/Makefile') diff --git a/sysutils/xstow/Makefile b/sysutils/xstow/Makefile new file mode 100644 index 000000000000..31922ba60f44 --- /dev/null +++ b/sysutils/xstow/Makefile @@ -0,0 +1,26 @@ +# ex:ts=8 -*-mode: makefile-*- +# +# New ports collection makefile for: xstow +# Date created: 2002-12-31 +# Whom: Alan Eldridge +# +# $FreeBSD$ +# + +PORTNAME= xstow +PORTVERSION= 0.4.6 +PORTREVISION= 0 +PORTEPOCH= 0 +CATEGORIES= sysutils +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR=${PORTNAME} + +MAINTAINER= alane@geeksrus.net + +USE_GMAKE= yes +GNU_CONFIGURE= yes + +.include +.include + +#EOF -- cgit