blob: 30db6ac56137b62e81bf313c2c399b666a455d44 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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://ftp.cygnus.com/pub/green/
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>
|