22 lines
422 B
Makefile
Raw Normal View History

2013-03-11 11:35:43 +00:00
# $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
2010-11-20 17:22:40 +00:00
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
2010-10-19 07:43:00 +00:00
USE_GROFF = Yes
.include <bsd.port.mk>