69433dca70
GNU Stow is a Perl program for managing the installation of software packages, keeping them separate (/opt/stow/emacs-21.3.1 vs. /opt/stow/perl-5.8.0, for example) while making them appear to be installed in the same place (/opt). Stow may be used by non-root users to set up a private hierarchy under e.g. $HOME/local. WWW: http://www.gnu.org/software/stow/stow.html from Andreas Kahari <andreas.kahari@unix.net>
23 lines
476 B
Makefile
23 lines
476 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2003/07/08 19:06:57 sturm Exp $
|
|
|
|
COMMENT= "manages software package installations with symlinks"
|
|
|
|
DISTNAME= stow-1.3.3
|
|
CATEGORIES= sysutils
|
|
|
|
HOMEPAGE= http://www.gnu.org/software/stow/stow.html
|
|
|
|
MAINTAINER= Andreas Kahari <andreas.kahari@unix.net>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=stow/}
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
.include <bsd.port.mk>
|