freebsd-ports/sysutils/stow/Makefile
Mario Sergio Fujikawa Ferreira 98797773ca o Add missing USE_PERL5
o Remove MAKE_ARGS
o Add @comment $FreeBSD$ to PLIST

PR:		53225
Submitted by:	maintainer
2003-06-12 01:34:03 +00:00

29 lines
647 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
COMMENT= GNU version of Carnegie Mellon's "Depot" program
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_PERL5= yes
INSTALL_INFO?= install-info
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>