c683c30b1a
do imaging tasks such as filtering, blurring, edge detection, thresholding, histogram manipulation, segmentation, mathematical morphology, color image processing, etc.
23 lines
630 B
Makefile
23 lines
630 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2007/11/11 01:34:02 pmatias Exp $
|
|
#
|
|
|
|
DISTNAME= sip-0.4.0-rc1
|
|
PKGNAME= siptoolbox-0.4.0nb1
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=siptoolbox/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= matias@dotbsd.org
|
|
HOMEPAGE= http://siptoolbox.sourceforge.net/
|
|
COMMENT= Scilab Image Processing toolbox
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
|
|
PLIST_SUBST+= SCIVERSION=${SCIVERSION:Q}
|
|
|
|
.include "../../math/scilab/buildlink3.mk"
|
|
.include "../../wip/libanimal/buildlink3.mk"
|
|
.include "../../graphics/ImageMagick/buildlink3.mk"
|
|
.include "../../x11/libXext/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|