use python buildlink file
This commit is contained in:
parent
3ecaa2f79b
commit
cdec09822a
1 changed files with 4 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.4 2001/02/16 14:17:30 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2002/01/19 16:45:43 drochner Exp $
|
||||
|
||||
DISTNAME= oraedit-0.1.3
|
||||
CATEGORIES= databases
|
||||
|
@ -7,12 +7,13 @@ MASTER_SITES= http://www.ics.muni.cz/~dolecek/projects/python/oraedit/
|
|||
MAINTAINER= jdolecek@netbsd.org
|
||||
COMMENT= editor of PL/SQL source stored in Oracle database
|
||||
|
||||
DEPENDS= python>=1.5:../../lang/python
|
||||
|
||||
NO_CONFIGURE= 1
|
||||
NO_BUILD= 1
|
||||
|
||||
PYTHON_PATCH_SCRIPTS= oraedit
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/oraedit ${LOCALBASE}/bin/oraedit
|
||||
|
||||
.include "../../lang/python/application.buildlink.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue