1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/sysutils/stow/Makefile
Pete Fritchman 638a212801 Update to 1.3.3
PR:		33972
Submitted by:	Alan Eldridge <ports@geeksrus.net>
Approved by:	maintainer timeout
2002-02-21 02:28:40 +00:00

28 lines
616 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.3
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= cyrille.lefevre@laposte.net
GNU_CONFIGURE= yes
USE_GMAKE= yes
# PREFIX isn't honored. force it w/ prefix.
MAKE_ARGS= prefix="${PREFIX}"
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>