15e7685516
- remove license type - use new framework for PLISTs - add @comment with RCS id to PLISTs
38 lines
868 B
Makefile
38 lines
868 B
Makefile
# $OpenBSD: Makefile,v 1.29 2000/07/20 04:56:42 brad Exp $
|
|
|
|
DISTNAME= expect-5.31
|
|
CATEGORIES= lang
|
|
NEED_VERSION= 1.317
|
|
MASTER_SITES= http://expect.nist.gov/old/
|
|
|
|
HOMEPAGE= http://expect.nist.gov/
|
|
|
|
LIB_DEPENDS= tk83.1.3:x11/tk/8.3
|
|
|
|
MAINTAINER= niklas@openbsd.org
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
SEPARATE_BUILD= concurrent
|
|
CONFIGURE_STYLE= gnu dest
|
|
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}
|
|
|
|
# make sure configure is newer than Makefile.in, since we patch Makefile.in
|
|
# as well.
|
|
post-patch:
|
|
@touch ${WRKSRC}/configure
|
|
|
|
test: build
|
|
@cd ${WRKBUILD}; make test
|
|
|
|
.include <bsd.port.mk>
|