freebsd-ports/graphics/freeimage/Makefile
Pav Lucistnik 4abeb0f326 - Mark BROKEN on amd64:
error: no matching function for call to `MIN(int&, long int)
- While here, convert INSTALLS_SHLIB to USE_LDCONFIG
2008-04-01 22:11:32 +00:00

31 lines
615 B
Makefile

# New ports collection makefile for: freeimage
# Date created: 2005-09-01
# Whom: Choe, Cheng-Dae
#
# $FreeBSD$
#
PORTNAME= freeimage
PORTVERSION= 3.10.0
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= FreeImage${PORTVERSION:S/.//g}
MAINTAINER= ports@FreeBSD.org
COMMENT= An open source graphics library
WRKSRC= ${WRKDIR}/FreeImage
USE_GMAKE= yes
USE_ZIP= yes
# convert CRLF to LF for gcc-2.95
EXTRACT_BEFORE_ARGS= -qoa
USE_LDCONFIG= yes
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
BROKEN= does not compile
.endif
.include <bsd.port.post.mk>