blob: 0737ac0a2371c01801210a696b3ab89e5203c90c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# 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
USES= libtool python
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>
|