bernd 9b0c253c15 Add @conflict markers for the following conflicts:
devtodo-0.1.17p1,openmotif-demos-2.3.0
        /usr/local/bin/todo
gnokii-0.6.14p2,gnokii-0.6.14p2-no_x11,smstools-3.0.9
        /usr/local/bin/sendsms
openmotif-demos-2.3.0,tree-0.61
        /usr/local/bin/tree

ok espie@
2007-08-03 17:42:45 +00:00

29 lines
562 B
Makefile

# $OpenBSD: Makefile,v 1.2 2007/08/03 17:42:45 bernd Exp $
COMMENT= "print ascii formatted tree of a directory structure"
DISTNAME= tree-0.61
PKGNAME= ${DISTNAME}p0
CATEGORIES= sysutils
HOMEPAGE= http://spootnik.org/tree/
MAINTAINER= Pierre-Yves Ritschard <pyr@spootnik.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}
EXTRACT_SUFX= .tgz
NO_REGRESS= Yes
WANTLIB= c
do-configure:
@perl -pi -e 's,/usr/local,${PREFIX},' ${WRKSRC}/Makefile
.include <bsd.port.mk>