mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
0e682dded4
mid 2008. PR: ports/159624 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
35 lines
859 B
Makefile
35 lines
859 B
Makefile
# New ports collection makefile for: py-gamin
|
|
# Date Created: 24 March 2005
|
|
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Python interface to the Gamin file monitoring system
|
|
|
|
MASTERDIR= ${.CURDIR}/../gamin
|
|
BUILD_WRKSRC= ${WRKSRC}/python
|
|
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
USE_FAM= yes
|
|
WANT_FAM_SYSTEM=gamin
|
|
|
|
GAMIN_SLAVE= yes
|
|
|
|
USE_GNOME= gnomehack
|
|
USE_PYTHON= yes
|
|
CONFIGURE_ARGS= --with-python=${LOCALBASE} \
|
|
--disable-gtk-doc --with-html-dir=${PREFIX}/share/doc
|
|
|
|
post-install:
|
|
@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py -l ${PYTHON_SITELIBDIR}
|
|
@${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py -l ${PYTHON_SITELIBDIR}
|
|
|
|
.include "${MASTERDIR}/Makefile"
|