blob: 47b70aa70bbea3c72a41dcea91cc64199267fd5d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
# 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
PORTREVISION= 2
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
PLIST_FILES= bin/stow
INFO= stow
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>
|