can use fake, even though it's still broken.
This commit is contained in:
parent
f5646efecb
commit
67ca2fc48c
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.18 2002/12/29 19:32:37 fgsch Exp $
|
||||
# $OpenBSD: Makefile,v 1.19 2004/09/14 23:23:37 espie Exp $
|
||||
|
||||
COMMENT= "Tcl/Tk interface to Sam Leffler's fax package"
|
||||
|
||||
@ -6,15 +6,13 @@ DISTNAME= tkhylafax-3.0b2
|
||||
PKGNAME= tkhylafax-3.0
|
||||
CATEGORIES= comms
|
||||
|
||||
FAKE=No
|
||||
|
||||
BROKEN= "required dependencies not available"
|
||||
|
||||
# License: BSD
|
||||
PERMIT_PACKAGE_CDROM= YES
|
||||
PERMIT_PACKAGE_FTP= YES
|
||||
PERMIT_DISTFILES_CDROM= YES
|
||||
PERMIT_DISTFILES_FTP= YES
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= http://www.NeoSoft.com/tcl/ftparchive/sorted/comm/tkhylafax-3.0b2/
|
||||
|
||||
@ -22,5 +20,9 @@ RUN_DEPENDS= ::comms/hylafax \
|
||||
::print/gv
|
||||
|
||||
WRKDIST= ${WRKDIR}/tkhylafax-3.0
|
||||
FAKE_FLAGS= \
|
||||
TCLLIB_DEST=${PREFIX}/lib/tkhylafax-3.0 \
|
||||
TCLPRG_DEST=${PREFIX}/bin \
|
||||
TCLMAN_DEST=${PREFIX}/man/man1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user