2002-04-09 11:43:40 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.10 2002/04/09 15:43:40 naddy Exp $
|
2001-03-29 07:27:29 -05:00
|
|
|
|
|
|
|
COMMENT= "graphical file comparator and merge tool"
|
2001-03-20 09:29:31 -05:00
|
|
|
|
2002-04-09 11:43:40 -04:00
|
|
|
DISTNAME= xxdiff-2.4
|
2001-04-19 09:08:33 -04:00
|
|
|
CATEGORIES= textproc x11
|
2002-04-09 11:43:40 -04:00
|
|
|
NEED_VERSION= 1.504
|
2001-03-29 07:27:29 -05:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= xxdiff
|
|
|
|
|
2001-03-20 09:29:31 -05:00
|
|
|
HOMEPAGE= http://xxdiff.sourceforge.net/
|
|
|
|
|
|
|
|
MAINTAINER= Dan Weeks <danimal@danimal.org>
|
|
|
|
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2002-04-09 11:43:40 -04:00
|
|
|
BUILD_DEPENDS= ::devel/bison ::devel/tmake
|
2001-03-20 09:29:31 -05:00
|
|
|
|
2002-04-09 11:43:40 -04:00
|
|
|
WRKDIST= ${WRKDIR}/${DISTNAME}/src
|
2001-03-20 09:29:31 -05:00
|
|
|
|
2002-04-09 11:43:40 -04:00
|
|
|
NO_REGRESS= Yes
|
2001-03-20 09:29:31 -05:00
|
|
|
|
2002-04-09 11:43:40 -04:00
|
|
|
do-configure:
|
|
|
|
@cd ${WRKSRC} && tmake xxdiff.pro > ${WRKSRC}/Makefile
|
2001-03-20 09:29:31 -05:00
|
|
|
|
2002-04-09 11:43:40 -04:00
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/xxdiff ${PREFIX}/bin/xxdiff
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/xxdiff.1 ${PREFIX}/man/man1/xxdiff.1
|
2001-03-20 09:29:31 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|