mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
bc2d6d648e
A library to merge TIFF files into mutli-page TIFF files. PR: 11408 Submitted by: G. Adam Stanislav <adam@whizkidtech.net>
10 lines
101 B
Makefile
10 lines
101 B
Makefile
LIB= tifmerge
|
|
|
|
SHLIB_MAJOR= 1
|
|
SHLIB_MINOR= 0
|
|
NOPROFILE= yes
|
|
|
|
SRCS= tifmerge.c
|
|
|
|
.include <bsd.lib.mk>
|