blob: 5ff2d5f49e21dde0b4a11afb8078076026997765 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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>
|