diff options
author | Steve Price <steve@FreeBSD.org> | 2000-07-10 03:53:49 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-07-10 03:53:49 +0000 |
commit | c311bbc1ef4180f279f14dc75bf9fdd9994418a7 (patch) | |
tree | 4c446968e5ff46f5f2144750802eb5eed4a3b3cf /sysutils/stow/Makefile | |
parent | e14d428d006b772d7df471b8305aea795d58551a (diff) | |
download | ports-c311bbc1ef4180f279f14dc75bf9fdd9994418a7.tar.gz ports-c311bbc1ef4180f279f14dc75bf9fdd9994418a7.zip |
Notes
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 000000000000..5ff2d5f49e21 --- /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> |