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
|
|
|
# New ports collection makefile for: liblug
|
|
|
|
# Date created: 27 December 2000
|
|
|
|
# Whom: George Reid <greid@ukug.uk.freebsd.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= liblug
|
|
|
|
PORTVERSION= 1.0.6
|
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
|
|
MASTER_SITE_SUBDIR= libs/graphics
|
|
|
|
|
2003-11-03 07:28:44 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= A 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
|
|
|
|
2001-01-12 15:38:49 +00:00
|
|
|
LIB_DEPENDS= tiff.4:${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
|
2001-03-11 05:53:07 +00:00
|
|
|
USE_XLIB= yes
|
|
|
|
|
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
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|