freebsd-ports/devel/libffi/Makefile
Steve Price 99721d6c06 Update MASTER_SITES and fix a few whitespace nits.
PR:		15039
Submitted by:	maintainer
1999-11-26 17:33:15 +00:00

22 lines
466 B
Makefile

# New ports collection makefile for: libffi
# Version required: 1.20
# Date created: 14, June, 1998
# Whom: Horance Chou <horance@freedom.ie.cycu.edu.tw>
#
# $FreeBSD$
#
DISTNAME= libffi-1.20
CATEGORIES= devel
MASTER_SITES= ftp://sourceware.cygnus.com/pub/libffi/
MAINTAINER= horance@freedom.ie.cycu.edu.tw
USE_LIBTOOL= yes
CONFIGURE_TARGET= # empty
post-install:
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>