1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/devel/kodos/Makefile
Edwin Groothuis 3952ad93e3 [maintainer] change maintainer mail address
I'm the maintainer(dryice@liu.com.cn) of the following
	ports. Please help to change the maintainer mail address to
	dryice@dryice.name. This new mail address has a RDNS record
	and will make the life easier. Thanks!

PR:		ports/91624
Submitted by:	Dryice Dong Liu <dryice@dryice.name>
2006-01-11 04:01:50 +00:00

43 lines
1.1 KiB
Makefile

# ex:ts=8
#
# Ports collection makefile for: kodos
# Date created: Jun 8, 2004
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= kodos
PORTVERSION= 2.4.7
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://bsdchat.com/dist/dryice/
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= dryice@dryice.name
COMMENT= The Python Regular Expression Debugger
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/qt.so:${PORTSDIR}/x11-toolkits/py-qt
USE_REINPLACE= yes
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PLIST_FILES= bin/kodos ${PYTHON_SITELIBDIR:S,^${PREFIX}/,,}/kodos.pth
post-patch:
@${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX}," ${WRKSRC}/setup.py
post-install:
@${MV} -f ${PREFIX}/bin/kodos.py ${PREFIX}/bin/kodos
@${FIND} ${PYTHON_SITELIBDIR}/kodos ! -type d | \
${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
@${FIND} ${PYTHON_SITELIBDIR}/kodos -type d | ${SORT} -r | \
${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST}
@${FIND} ${DATADIR} ! -type d | \
${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
@${FIND} ${DATADIR} -type d | ${SORT} -r | \
${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST}
.include <bsd.port.mk>