22 lines
422 B
Makefile
22 lines
422 B
Makefile
# $OpenBSD: Makefile,v 1.7 2013/03/11 11:41:32 espie Exp $
|
|
|
|
COMMENT= manages software package installations with symlinks
|
|
|
|
DISTNAME= stow-1.3.3
|
|
REVISION = 0
|
|
CATEGORIES= sysutils
|
|
|
|
HOMEPAGE= http://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
|
|
USE_GROFF = Yes
|
|
|
|
.include <bsd.port.mk>
|