freebsd-ports/devel/libffi-devel/Makefile

26 lines
518 B
Makefile
Raw Normal View History

# New ports collection makefile for: libffi-devel
# Date created: 28 Nov 2007
# Whom: Bj<42>rn K<>nig <bkoenig@alpha-tierchen.de
#
1999-08-25 07:57:29 +02:00
# $FreeBSD$
#
2000-04-11 23:30:15 +02:00
PORTNAME= libffi
DISTVERSION= 2.0-20071128
CATEGORIES= devel
MASTER_SITES= ftp://ftp.alpha-tierchen.de/pub/FreeBSD/ports/distfiles/
PKGNAMESUFFIX= -devel
MAINTAINER= bkoenig@alpha-tierchen.de
2003-02-21 12:23:04 +01:00
COMMENT= Foreign Function Interface
WRKSRC= ${WRKDIR}/${PORTNAME}
GNU_CONFIGURE= yes
USE_BZIP2= yes
USE_LDCONFIG= yes
CONFLICTS= gcc-3* libffi-[0-9]*
.include <bsd.port.mk>