2002-09-04 14:19:55 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: alf
|
|
|
|
# Date created: Sep 4, 2002
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= alf
|
|
|
|
PORTVERSION= 0.1
|
2006-02-23 11:40:44 +01:00
|
|
|
PORTREVISION= 1
|
2002-09-04 14:19:55 +02:00
|
|
|
CATEGORIES= devel python
|
2009-08-22 02:18:43 +02:00
|
|
|
MASTER_SITES= SF/largefiles/largefiles/${PORTNAME}-${PORTVERSION}
|
2002-09-04 14:19:55 +02:00
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:07:10 +01:00
|
|
|
COMMENT= Abstract Large File
|
2002-09-04 14:19:55 +02:00
|
|
|
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2002-09-04 14:19:55 +02:00
|
|
|
USE_PYTHON= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2006-08-15 00:55:18 +02:00
|
|
|
USE_LDCONFIG= yes
|
2002-09-04 14:19:55 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|