freebsd-ports/devel/alf/Makefile

24 lines
411 B
Makefile
Raw Normal View History

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
PORTREVISION= 1
2002-09-04 14:19:55 +02:00
CATEGORIES= devel python
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
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
2002-09-04 14:19:55 +02:00
.include <bsd.port.mk>