mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
25 lines
448 B
Makefile
25 lines
448 B
Makefile
COMMENT = library for processing panoramic images
|
|
DISTNAME = libpano13-2.9.23
|
|
|
|
SHARED_LIBS += pano13 4.0
|
|
|
|
CATEGORIES = graphics
|
|
HOMEPAGE = https://panotools.sourceforge.net/
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB += c jpeg m png tiff z
|
|
|
|
SITES = ${SITE_SOURCEFORGE:=panotools/}
|
|
|
|
MODULES = devel/cmake
|
|
|
|
LIB_DEPENDS = graphics/jpeg \
|
|
graphics/png \
|
|
graphics/tiff
|
|
|
|
FIX_CRLF_FILES = CMakeLists.txt
|
|
|
|
.include <bsd.port.mk>
|