068ffbcabc
Fake.
34 lines
806 B
Makefile
34 lines
806 B
Makefile
# $OpenBSD: Makefile,v 1.25 2000/03/28 11:54:14 espie Exp $
|
|
|
|
DISTNAME= expect-5.31
|
|
CATEGORIES= lang
|
|
NEED_VERSION= 1.230
|
|
MASTER_SITES= http://expect.nist.gov/old/
|
|
|
|
MAINTAINER= niklas@openbsd.org
|
|
|
|
LICENSE_TYPE= PD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
LIB_DEPENDS= tk83.1.3:x11/tk/8.3
|
|
|
|
SEPARATE_BUILD= concurrent
|
|
HAS_CONFIGURE= Yes
|
|
CONFIGURE_ARGS=--prefix='$${DESTDIR}${PREFIX}' --sysconfdir='$${DESTDIR}/etc'
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
|
CONFIGURE_ARGS+=--with-tclconfig=${PREFIX}/lib/tcl8.3 \
|
|
--with-tclinclude=${PREFIX}/include/tcl8.3 \
|
|
--with-tkconfig=${PREFIX}/lib/tk8.3 \
|
|
--with-tkinclude=${PREFIX}/include/tk8.3
|
|
|
|
WRKDIST= ${WRKDIR}/${PKGNAME}
|
|
FAKE= Yes
|
|
|
|
test: build
|
|
@cd ${WRKBUILD}; make test
|
|
|
|
.include <bsd.port.mk>
|