aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/freeimage/Makefile
blob: 46b7a00b5d6e65c8ab51e0cf6991ed39dec312f3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:    freeimage
# Date created:     2005-09-01
# Whom:         Choe, Cheng-Dae
#
# $FreeBSD$
#

PORTNAME=   freeimage
PORTVERSION=    3.9.3
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
INSTALLS_SHLIB= yes

.include <bsd.port.mk>