blob: d6709ce9b5ac20b9dd89e2b63efe71f264e79bcd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# New ports collection makefile for: libffi
# Version required: 1.18
# Date created: 14, June, 1998
# Whom: Horance Chou <horance@freedom.ie.cycu.edu.tw>
#
# $Id: Makefile,v 1.2 1998/10/12 18:42:20 jseger Exp $
#
DISTNAME= libffi-1.18
CATEGORIES= devel
MASTER_SITES= ftp://ftp.cygnus.com:/pub/green/
MAINTAINER= horance@freedom.ie.cycu.edu.tw
GNU_CONFIGURE= yes
WRKSRC= ${WRKDIR}/${PKGNAME}
ALL_TARGET= test
.include <bsd.port.mk>
|