openbsd-ports/sysutils/stow/Makefile

23 lines
476 B
Makefile
Raw Normal View History

# $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>