21 lines
407 B
Makefile
21 lines
407 B
Makefile
# $OpenBSD: Makefile,v 1.9 2014/01/01 20:46:29 naddy Exp $
|
|
|
|
COMMENT= manages software package installations with symlinks
|
|
|
|
DISTNAME= stow-1.3.3
|
|
REVISION = 1
|
|
CATEGORIES= sysutils
|
|
|
|
HOMEPAGE= https://www.gnu.org/software/stow/stow.html
|
|
|
|
MAINTAINER= Andreas Kahari <andreas.kahari@gmail.com>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=stow/}
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
.include <bsd.port.mk>
|