35 lines
761 B
Makefile
35 lines
761 B
Makefile
# $OpenBSD: Makefile,v 1.22 2000/03/24 22:43:16 espie Exp $
|
|
|
|
DISTNAME= expect-5.30
|
|
CATEGORIES= lang
|
|
NEED_VERSION= 1.223
|
|
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= tk80.1.5:x11/tk80
|
|
|
|
SEPARATE_BUILD= concurrent
|
|
GNU_CONFIGURE= Yes
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
|
CONFIGURE_ARGS+=--with-tclconfig=${PREFIX}/lib/tcl8.0 \
|
|
--with-tclinclude=${PREFIX}/include/tcl8.0 \
|
|
--with-tkconfig=${PREFIX}/lib/tk8.0 \
|
|
--with-tkinclude=${PREFIX}/include/tk8.0
|
|
|
|
WRKDIST= ${WRKDIR}/${PKGNAME}
|
|
|
|
test: build
|
|
@cd ${WRKBUILD}; make test
|
|
|
|
post-install:
|
|
@${LDCONFIG} -m ${PREFIX}/lib
|
|
|
|
.include <bsd.port.mk>
|