aboutsummaryrefslogtreecommitdiffstats
path: root/devel/py-fam/Makefile
blob: eb6a702d0efe6b1ac3b768e87e30b0f64a7f64c5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:    py-fam
# Date created:     8 October 2002
# Whom:         Hye-Shik Chang
#
# $FreeBSD$

PORTNAME=   fam
PORTVERSION=    1.0.2
CATEGORIES= devel python
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= python-fam
PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
DISTNAME=   python-fam-${PORTVERSION}

MAINTAINER= perky@FreeBSD.org
COMMENT=    Python Interface to the File Alteration Monitor

LIB_DEPENDS=    fam.0:${PORTSDIR}/devel/fam

USE_PYTHON= yes
USE_PYDISTUTILS=    yes

pre-patch:
    ${INSTALL_DATA} ${FILESDIR}/setup.py ${WRKSRC}

.include <bsd.port.mk>