1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/sysutils/stow/Makefile
Steve Price b3d5d43b1b Minor tweaks including using our own do-install target.
PR:		21037
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-09-05 01:07:26 +00:00

27 lines
566 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= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
Y2K= http://www.gnu.org/software/year2000.html
GNU_CONFIGURE= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/stow ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/stow.info ${PREFIX}/info
@install-info ${PREFIX}/info/stow.info ${PREFIX}/info/dir
.include <bsd.port.mk>