Use MAKEFILE and REPLACE_PERL.
Suggested by: Thomas Klausner <wiz@netbsd.org>
This commit is contained in:
parent
98ec1815bd
commit
4ec5ce9a25
1 changed files with 7 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2003/03/24 22:44:54 marc Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2003/03/26 00:14:12 marc Exp $
|
||||
#
|
||||
|
||||
DISTNAME= gtk-sharp-0.8
|
||||
|
@ -19,6 +19,12 @@ USE_LIBTOOL= YES
|
|||
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
||||
GNU_CONFIGURE= YES
|
||||
PERL5_SITELIB= YES
|
||||
MAKEFILE= makefile
|
||||
|
||||
REPLACE_PERL= bin/gapi.pl
|
||||
REPLACE_PERL+= bin/gapi2xml.pl
|
||||
REPLACE_PERL+= bin/gapi_pp.pl
|
||||
|
||||
|
||||
PARSER_MK= ${WRKSRC}/parser/Makefile.in
|
||||
|
||||
|
@ -27,12 +33,6 @@ post-patch:
|
|||
${PARSER_MK} > ${PARSER_MK}.new
|
||||
${MV} ${PARSER_MK}.new ${PARSER_MK}
|
||||
|
||||
do-build:
|
||||
cd ${WRKSRC} && ${GMAKE} -f makefile
|
||||
|
||||
do-install:
|
||||
cd ${WRKSRC} && ${GMAKE} -f makefile install
|
||||
|
||||
.include "../../databases/libgnomedb/buildlink2.mk"
|
||||
.include "../../lang/mono/buildlink2.mk"
|
||||
.include "../../www/libgtkhtml/buildlink2.mk"
|
||||
|
|
Loading…
Reference in a new issue