diff options
Diffstat (limited to 'sysutils/stow/Makefile')
-rw-r--r-- | sysutils/stow/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/sysutils/stow/Makefile b/sysutils/stow/Makefile new file mode 100644 index 0000000..5ff2d5f --- /dev/null +++ b/sysutils/stow/Makefile @@ -0,0 +1,24 @@ +# 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> |