- remove empty post-extract target
- add license comment
This commit is contained in:
parent
e0708519c0
commit
00ec567e26
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.19 2002/12/14 09:02:02 fgsch Exp $
|
||||
# $OpenBSD: Makefile,v 1.20 2003/06/10 15:41:04 brad Exp $
|
||||
|
||||
COMMENT= "framework to test programs"
|
||||
|
||||
@ -11,6 +11,7 @@ HOMEPAGE= http://www.gnu.org/software/dejagnu/
|
||||
LIB_DEPENDS= tk83.1.3::x11/tk/8.3
|
||||
RUN_DEPENDS= ::lang/expect
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
@ -19,17 +20,15 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS= --with-tclinclude="${PREFIX}/include/tcl8.3/generic" \
|
||||
--with-tkinclude="${PREFIX}/include/tk8.3/generic"
|
||||
CONFIGURE_ENV=ac_cv_path_tclsh=${PREFIX}/bin/tclsh8.3
|
||||
CONFIGURE_ENV= ac_cv_path_tclsh=${PREFIX}/bin/tclsh8.3
|
||||
|
||||
ALL_TARGET= all
|
||||
INSTALL_TARGET= install
|
||||
|
||||
post-extract:
|
||||
|
||||
post-build:
|
||||
@cd ${WRKBUILD}/doc && makeinfo --no-split dejagnu.texi
|
||||
|
||||
post-install:
|
||||
@${INSTALL_DATA} ${WRKBUILD}/doc/dejagnu.info ${PREFIX}/info
|
||||
${INSTALL_DATA} ${WRKBUILD}/doc/dejagnu.info ${PREFIX}/info
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user