d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
26 lines
609 B
Makefile
26 lines
609 B
Makefile
# New ports collection makefile for: emma
|
|
# Date created: 2 December 2006
|
|
# Whom: Junji NAKANISHI <jun-g@daemonfreaks.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= emma
|
|
PORTVERSION= 0.6
|
|
PORTREVISION= 1
|
|
CATEGORIES= databases
|
|
MASTER_SITES= http://www.fastflo.de/files/emma/downloads/python_src/
|
|
|
|
MAINTAINER= jun-g@daemonfreaks.com
|
|
COMMENT= Extendable MySQL managing assistant
|
|
|
|
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/MySQLdb/__init__.py:${PORTSDIR}/databases/py-MySQLdb
|
|
|
|
USE_GNOME= pygtk2
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=yes
|
|
|
|
pre-patch:
|
|
@${REINPLACE_CMD} -e 's|python2.4|env python|' ${WRKSRC}/emma
|
|
|
|
.include <bsd.port.mk>
|