aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/lfm/Makefile
blob: 8c07fb71d50d8923eba17f95539d8e0710e9b135 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# ex:ts=8
# New ports collection makefile for:    lfm
# Date created:         Jul 21, 2001
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   lfm
PORTVERSION=    0.8
CATEGORIES= sysutils
MASTER_SITES=   http://www.terra.es/personal7/inigoserna/lfm/

MAINTAINER= ports@FreeBSD.org

USE_PYTHON= yes
USE_PYDISTUTILS=    yes

pre-install:
    @${SH} ${PKGREQ} INSTALL

.include <bsd.port.mk>