mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
25 lines
420 B
Makefile
25 lines
420 B
Makefile
# ex:ts=8
|
|
# Ports collection makefile for: alf
|
|
# Date created: Sep 4, 2002
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= alf
|
|
PORTVERSION= 0.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= largefiles
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Abstract Large File
|
|
|
|
USE_AUTOTOOLS= libtool:15
|
|
USE_PYTHON= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|