diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-07-21 18:15:36 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-07-21 18:15:36 +0000 |
commit | 70f89778c0f2f76bc2f8046e99cc55f2962ac9c2 (patch) | |
tree | 14c35099cfb4f4257c5e0b8e589d530fcb829468 /databases/py-MySQLdb-devel/Makefile | |
parent | Fix typo. (ghostscript55htff -> ghostscript55httf) (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_1_0'.release/4.1.0
Notes
Notes:
svn path=/head/; revision=30942
svn path=/tags/RELEASE_4_1_0/; revision=30943; tag=release/4.1.0
Diffstat (limited to 'databases/py-MySQLdb-devel/Makefile')
-rw-r--r-- | databases/py-MySQLdb-devel/Makefile | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/databases/py-MySQLdb-devel/Makefile b/databases/py-MySQLdb-devel/Makefile deleted file mode 100644 index b3d983747f6b..000000000000 --- a/databases/py-MySQLdb-devel/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -# New ports collection makefile for: py-MySQLdb -# Date created: 04 April 2000 -# Whom: Maxim Sobolev <sobomax@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= py-MySQLdb -PORTVERSION= 0.2.2 -CATEGORIES= databases python -MASTER_SITES= http://dustman.net/andy/python/MySQLdb/${PORTVERSION}/ -DISTNAME= MySQLdb-${PORTVERSION} - -MAINTAINER= sobomax@FreeBSD.org - -BUILD_DEPENDS= python:${PORTSDIR}/lang/python -LIB_DEPENDS= mysqlclient.6:${PORTSDIR}/databases/mysql322-client -RUN_DEPENDS= python:${PORTSDIR}/lang/python - -FETCH_BEFORE_ARGS= -b -ALL_TARGET= _mysqlmodule.o - -pre-configure: - @${LN} -s ${LOCALBASE}/lib/python1.5/config/Makefile.pre.in ${WRKSRC}/ - -do-configure: - @cd ${WRKSRC} && ${MAKE} -f Makefile.pre.in boot - -post-build: - @-${LOCALBASE}/bin/python \ - ${LOCALBASE}/lib/python1.5/compileall.py ${WRKSRC} 2>/dev/null - -post-install: - @${INSTALL_DATA} \ - ${WRKSRC}/MySQLdb.pyc ${PREFIX}/lib/python1.5/site-packages -.if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/py-MySQLdb/examples - @${INSTALL_MAN} ${WRKSRC}/doc/* ${PREFIX}/share/doc/py-MySQLdb - @${INSTALL_MAN} \ - ${WRKSRC}/examples/* ${PREFIX}/share/doc/py-MySQLdb/examples -.endif - -.include <bsd.port.mk> |