1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/graphics/freeimage/Makefile
Cheng-Lung Sung d751732a3a - update to 3.8.0
PR:		ports/97200
Submitted by:	Martin Wilke <freebsd_AT_unixfreunde dot de>
Approved by:	maintainer (Choe, Cheng-Dae)
2006-05-15 05:35:01 +00:00

26 lines
527 B
Makefile

# New ports collection makefile for: freeimage
# Date created: 2005-09-01
# Whom: Choe, Cheng-Dae
#
# $FreeBSD$
#
PORTNAME= freeimage
PORTVERSION= 3.8.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>