mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
cb4c252136
to email. Hat: portmgr
28 lines
631 B
Makefile
28 lines
631 B
Makefile
# New ports collection makefile for: py-fam
|
|
# Date created: 8 October 2002
|
|
# Whom: Hye-Shik Chang
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= fam
|
|
PORTVERSION= 1.1.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= SF/python-${PORTNAME}/python-${PORTNAME}/${PORTVERSION}
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= python-fam-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Python Interface to the File Alteration Monitor
|
|
|
|
PLIST_FILES= %%PYTHON_SITELIBDIR%%/_fam.so
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_PKGVERSION= 0.0.0
|
|
USE_FAM= yes
|
|
|
|
pre-patch:
|
|
${INSTALL_DATA} ${FILESDIR}/setup.py ${WRKSRC}
|
|
|
|
.include <bsd.port.mk>
|