2013-06-16 11:34:53 +00:00
|
|
|
# Created by: George Reid <greid@ukug.uk.freebsd.org>
|
Add liblug 1.0.6, a very clean graphic library which can handle gif, pcx, targa,
rgb, tiff, pix, ppm, pgm, pbm, raw, rayshade's heightfield, jpeg and do the
following functions: resampling, blur, sharpening, cut, paste, median filter,
histogram equalization, and so on.
PR: 23889
Submitted by: George Reid <greid@ukug.uk.freebsd.org>
2000-12-30 02:15:35 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= liblug
|
|
|
|
PORTVERSION= 1.0.6
|
2010-08-26 19:10:45 +00:00
|
|
|
PORTREVISION= 5
|
Add liblug 1.0.6, a very clean graphic library which can handle gif, pcx, targa,
rgb, tiff, pix, ppm, pgm, pbm, raw, rayshade's heightfield, jpeg and do the
following functions: resampling, blur, sharpening, cut, paste, median filter,
histogram equalization, and so on.
PR: 23889
Submitted by: George Reid <greid@ukug.uk.freebsd.org>
2000-12-30 02:15:35 +00:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
|
|
MASTER_SITE_SUBDIR= libs/graphics
|
|
|
|
|
2003-11-03 07:28:44 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2013-06-16 11:34:53 +00:00
|
|
|
COMMENT= Multi-format graphics manipulation library
|
Add liblug 1.0.6, a very clean graphic library which can handle gif, pcx, targa,
rgb, tiff, pix, ppm, pgm, pbm, raw, rayshade's heightfield, jpeg and do the
following functions: resampling, blur, sharpening, cut, paste, median filter,
histogram equalization, and so on.
PR: 23889
Submitted by: George Reid <greid@ukug.uk.freebsd.org>
2000-12-30 02:15:35 +00:00
|
|
|
|
2013-06-16 11:34:53 +00:00
|
|
|
LIB_DEPENDS= tiff:${PORTSDIR}/graphics/tiff
|
Add liblug 1.0.6, a very clean graphic library which can handle gif, pcx, targa,
rgb, tiff, pix, ppm, pgm, pbm, raw, rayshade's heightfield, jpeg and do the
following functions: resampling, blur, sharpening, cut, paste, median filter,
histogram equalization, and so on.
PR: 23889
Submitted by: George Reid <greid@ukug.uk.freebsd.org>
2000-12-30 02:15:35 +00:00
|
|
|
|
2004-02-05 20:38:07 +00:00
|
|
|
PLIST_FILES= lib/liblug.a
|
2007-08-14 14:45:55 +00:00
|
|
|
USE_XORG= x11
|
2013-06-16 11:34:53 +00:00
|
|
|
CFLAGS+= -Wno-return-type
|
2001-03-11 05:53:07 +00:00
|
|
|
|
2001-01-12 15:38:49 +00:00
|
|
|
WRKSRC= ${WRKDIR}/lug
|
Add liblug 1.0.6, a very clean graphic library which can handle gif, pcx, targa,
rgb, tiff, pix, ppm, pgm, pbm, raw, rayshade's heightfield, jpeg and do the
following functions: resampling, blur, sharpening, cut, paste, median filter,
histogram equalization, and so on.
PR: 23889
Submitted by: George Reid <greid@ukug.uk.freebsd.org>
2000-12-30 02:15:35 +00:00
|
|
|
MAKEFILE= Makefile.linux
|
2013-06-16 11:34:53 +00:00
|
|
|
USE_LDCONFIG= yes
|
Add liblug 1.0.6, a very clean graphic library which can handle gif, pcx, targa,
rgb, tiff, pix, ppm, pgm, pbm, raw, rayshade's heightfield, jpeg and do the
following functions: resampling, blur, sharpening, cut, paste, median filter,
histogram equalization, and so on.
PR: 23889
Submitted by: George Reid <greid@ukug.uk.freebsd.org>
2000-12-30 02:15:35 +00:00
|
|
|
|
2010-08-26 19:10:45 +00:00
|
|
|
post-patch:
|
2010-08-26 19:21:01 +00:00
|
|
|
@${REINPLACE_CMD} -e 's|-DiTIFF|-DiTIFF -DTIFF_VERSION=TIFF_VERSION_CLASSIC|' \
|
2010-08-26 19:10:45 +00:00
|
|
|
${WRKSRC}/Makefile.linux
|
|
|
|
|
Add liblug 1.0.6, a very clean graphic library which can handle gif, pcx, targa,
rgb, tiff, pix, ppm, pgm, pbm, raw, rayshade's heightfield, jpeg and do the
following functions: resampling, blur, sharpening, cut, paste, median filter,
histogram equalization, and so on.
PR: 23889
Submitted by: George Reid <greid@ukug.uk.freebsd.org>
2000-12-30 02:15:35 +00:00
|
|
|
.include <bsd.port.mk>
|