mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
8552800cb9
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>
23 lines
419 B
Makefile
23 lines
419 B
Makefile
# 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
|
|
|
|
MAINTAINER= greid@ukug.uk.freebsd.org
|
|
|
|
WRKSRC= ${WRKDIR}/lug
|
|
|
|
MAKEFILE= Makefile.linux
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
.include <bsd.port.mk>
|