46b5f232b5
FAKE=Yes HAS_CONFIGURE, GNU_CONFIGURE, USE_IMAKE, NO_INSTALL_MANPAGES, USE_AUTOCONF and bump NEED_VERSION accordingly.
21 lines
469 B
Makefile
21 lines
469 B
Makefile
# $OpenBSD: Makefile,v 1.9 2000/10/22 15:43:35 espie Exp $
|
|
#
|
|
|
|
PKGNAME= idiff-1.0
|
|
DISTNAME= idiff-1.0
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://www.darwinsys.com/freeware/
|
|
|
|
MAINTAINER= Ian Darwin <ian@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/idiff ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/idiff.cat1 ${PREFIX}/man/cat1/idiff.0
|
|
|
|
.include <bsd.port.mk>
|