aboutsummaryrefslogtreecommitdiffstats
path: root/devel/alf/Makefile
blob: 6c657e3f693d787037afdbe5a9d45edb70a2fe12 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# ex:ts=8
# Ports collection makefile for:    alf
# Date created:         Sep 4, 2002
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   alf
PORTVERSION=    0.1
CATEGORIES= devel python
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= largefiles

MAINTAINER= ports@FreeBSD.org
COMMENT=    Abstract Large File

USE_PYTHON= yes
USE_LIBTOOL=    yes

.include <bsd.port.mk>