freebsd-ports/sysutils/xstow/Makefile

31 lines
545 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
PORTVERSION= 0.4.6
PORTREVISION= 1
PORTEPOCH= 0
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=${PORTNAME}
MAINTAINER= alane@geeksrus.net
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.pre.mk>
.include <bsd.port.post.mk>
#EOF