freebsd-ports/sysutils/stow/Makefile
Steve Price c311bbc1ef Add stow version 1.3.2.
A GNU version of Carnegie Mellon's "Depot" program.

PR:		19073
Submitted by:	Cyrille Lefevre <clefevre@citeweb.net>
2000-07-10 03:53:49 +00:00

25 lines
460 B
Makefile

# ex:ts=8
# Ports collection makefile for: stow
# Date created: 6 June 2000
# Whom: Cyrille Lefevre <clefevre@citeweb.net>
#
# $FreeBSD$
#
PORTNAME= stow
PORTVERSION= 1.3.2
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= stow
MAINTAINER= ports@FreeBSD.org
Y2K= http://www.gnu.org/software/year2000.html
GNU_CONFIGURE= yes
post-install:
install-info ${PREFIX}/info/stow.info ${PREFIX}/info/dir
.include <bsd.port.mk>