2000-07-10 05:53:49 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: stow
|
|
|
|
# Date created: 6 June 2000
|
|
|
|
# Whom: Cyrille Lefevre <clefevre@citeweb.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= stow
|
2002-02-21 03:28:40 +01:00
|
|
|
PORTVERSION= 1.3.3
|
2004-03-10 16:01:09 +01:00
|
|
|
PORTREVISION= 2
|
2000-07-10 05:53:49 +02:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
2000-09-05 03:07:26 +02:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2000-07-10 05:53:49 +02:00
|
|
|
|
2002-01-18 00:13:38 +01:00
|
|
|
MAINTAINER= cyrille.lefevre@laposte.net
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= GNU version of Carnegie Mellon's "Depot" program
|
2000-07-10 05:53:49 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2001-09-11 14:20:38 +02:00
|
|
|
USE_GMAKE= yes
|
2003-06-12 03:34:03 +02:00
|
|
|
USE_PERL5= yes
|
|
|
|
|
2004-03-10 16:01:09 +01:00
|
|
|
PLIST_FILES= bin/stow
|
|
|
|
INFO= stow
|
|
|
|
|
2003-06-12 03:34:03 +02:00
|
|
|
INSTALL_INFO?= install-info
|
2001-09-11 14:20:38 +02:00
|
|
|
|
2000-09-05 03:07:26 +02:00
|
|
|
do-install:
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/stow ${PREFIX}/bin
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/stow.info ${PREFIX}/info
|
2003-06-12 03:34:03 +02:00
|
|
|
@${INSTALL_INFO} ${PREFIX}/info/stow.info ${PREFIX}/info/dir
|
2000-07-10 05:53:49 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|