aboutsummaryrefslogtreecommitdiffstats
path: root/devel/alf/Makefile
blob: 436aceddf2efd0c7a7f5ba0a5d79ebb8c645567d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: ijliao
# $FreeBSD$

PORTNAME=   alf
PORTVERSION=    0.1
PORTREVISION=   3
CATEGORIES= devel python
MASTER_SITES=   SF/largefiles/largefiles/${PORTNAME}-${PORTVERSION}

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

DEPRECATED= Abandonware, unused in the ports tree
EXPIRATION_DATE=    2018-03-01

USES=       libtool python:2.7
GNU_CONFIGURE=  yes
USE_LDCONFIG=   yes
INSTALL_TARGET= install-strip

.include <bsd.port.mk>