1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
freebsd-ports/devel/alf/Makefile
Dmitry Marakasov 8eeccaa64e - Switch to USES=libtool, drop .la files
- Strip libraries
2014-05-30 18:43:48 +00:00

20 lines
355 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= alf
PORTVERSION= 0.1
PORTREVISION= 2
CATEGORIES= devel python
MASTER_SITES= SF/largefiles/largefiles/${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Abstract Large File
USES= libtool
USE_PYTHON= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>