freebsd-ports/x11-toolkits/py-SciParam/Makefile
Sergey Matveychuk b4d2ac42d7 - Update graphics/libglut to 6.4.1.
- Shared lib version and PORTREVISION bumb for all affected ports.

While I'm here:
- Remove USE_MESA knob where it was (35 ports).
  It marked as depricated for 2 years.

PR:		ports/90247
Submitted by:	Ermal Lu?i <eri--@albabsd.org>
2006-01-12 12:54:32 +00:00

43 lines
1.1 KiB
Makefile

# ex:ts=8
# Ports collection makefile for: py-SciParam
# Date created: Mar 23, 2004
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= SciParam
PORTVERSION= 1.0.1
PORTREVISION= 4
CATEGORIES= x11-toolkits python
MASTER_SITES= ftp://ftp.intevation.de/great-er/sciparam/ \
http://ftp.intevation.de/great-er/sciparam/ \
ftp://ftp.gwdg.de/pub/misc/freegis/intevation/great-er/sciparam/ \
http://ftp.gwdg.de/pub/misc/freegis/intevation/great-er/sciparam/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Scientific Parameter Dialogs in wxPython based user interfaces
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/wx/__init__.py:${PORTSDIR}/x11-toolkits/py-wxPython24
USE_BZIP2= yes
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.if !defined(NOPORTDOCS)
DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
PORTDOCS= *
.endif
post-install:
@${FIND} ${PYTHON_SITELIBDIR}/${PORTNAME} -type f | \
${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST}
@${FIND} ${PYTHON_SITELIBDIR}/${PORTNAME} -type d | ${SORT} -r | \
${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST}
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@${CP} -R ${WRKSRC}/doc/ ${DOCSDIR}
.endif
.include <bsd.port.mk>