freebsd-ports/graphics/freeimage/Makefile
Pav Lucistnik 4d78a5a768 FreeImage is an Open Source library project for developers who would like to
support popular graphics image formats like PNG, BMP, JPEG, TIFF and others as
needed by today's multimedia applications. FreeImage is easy to use, fast,
multithreading safe, compatible with all 32-bit versions of Windows, and
cross-platform (works both with Linux and Mac OS X).

PR:		ports/85552
Submitted by:	"Choe, Cheng-Dae" <whitekid@gmail.com>
2005-09-04 22:25:41 +00:00

25 lines
527 B
Makefile

# New ports collection makefile for: freeimage
# Date created: 2005-09-01
# Whom: Choe, Cheng-Dae
#
# $FreeBSD$
#
PORTNAME= freeimage
PORTVERSION= 3.7.0
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= FreeImage${PORTVERSION:S/.//g}
MAINTAINER= whitekid@gmail.com
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
INSTALLS_SHLIB= yes
.include <bsd.port.mk>