openbsd-ports/textproc/xxdiff/Makefile

47 lines
1.0 KiB
Makefile
Raw Normal View History

2004-12-06 19:23:20 -05:00
# $OpenBSD: Makefile,v 1.20 2004/12/07 00:23:24 alek Exp $
COMMENT= "graphical file comparator and merge tool"
DISTNAME= xxdiff-2.9.1
PKGNAME= ${DISTNAME}p0
CATEGORIES= textproc x11
2002-05-14 08:07:09 -04:00
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xxdiff/}
HOMEPAGE= http://xxdiff.sourceforge.net/
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-12-06 19:23:20 -05:00
WANTLIB= X11 Xext c m png pthread stdc++
BUILD_DEPENDS= :bison-*:devel/bison \
:tmake->=1.10:devel/tmake
2004-08-10 04:46:49 -04:00
MODULES= x11/qt3
MODQT_MT= Yes
WRKDIST= ${WRKDIR}/${DISTNAME}/src
MAKE_ENV+= UIC=${MODQT_UIC}
# For qsettings to write its setup
PORTHOME= ${WRKDIST}
NO_REGRESS= Yes
post-extract:
@rm ${WRKSRC}/getopt.h
@rm ${WRKSRC}/getopt.c
@rm ${WRKSRC}/getopt1.c
do-configure:
@cd ${WRKSRC} && ${LOCALBASE}/bin/tmake -t xxdiff.t xxdiff.pro \
> ${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xxdiff ${PREFIX}/bin/xxdiff
${INSTALL_MAN} ${WRKSRC}/xxdiff.1 ${PREFIX}/man/man1/xxdiff.1
.include <bsd.port.mk>