35 lines
761 B
Makefile
Raw Normal View History

2000-03-05 18:30:21 +00:00
# $OpenBSD: Makefile,v 1.20 2000/03/05 18:30:30 espie Exp $
1998-01-29 23:12:42 +00:00
DISTNAME= expect-5.30
1999-04-29 21:25:08 +00:00
CATEGORIES= lang
2000-03-05 18:30:21 +00:00
NEED_VERSION= 1.223
MASTER_SITES= http://expect.nist.gov/old/
1998-01-29 23:12:42 +00:00
MAINTAINER= niklas@openbsd.org
2000-02-12 08:58:16 +00:00
LICENSE_TYPE= PD
2000-03-05 18:30:21 +00:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2000-02-12 08:58:16 +00:00
2000-03-05 18:30:21 +00:00
LIB_DEPENDS= tk80.1.5:x11/tk80
1998-01-29 23:12:42 +00:00
1999-04-29 21:25:08 +00:00
SEPARATE_BUILD= concurrent
2000-03-05 18:30:21 +00:00
GNU_CONFIGURE= Yes
1999-04-29 21:25:08 +00:00
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+=--with-tclconfig=${PREFIX}/lib/tcl8.0 \
1998-01-29 23:12:42 +00:00
--with-tclinclude=${PREFIX}/include/tcl8.0 \
--with-tkconfig=${PREFIX}/lib/tk8.0 \
--with-tkinclude=${PREFIX}/include/tk8.0
1998-08-27 04:36:32 +00:00
2000-02-11 00:37:15 +00:00
WRKDIST= ${WRKDIR}/${PKGNAME}
test: build
2000-03-05 18:30:21 +00:00
@cd ${WRKBUILD}; make test
1998-01-29 23:12:42 +00:00
post-install:
@${LDCONFIG} -m ${PREFIX}/lib
1998-01-29 23:12:42 +00:00
.include <bsd.port.mk>