1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
Commit Graph

6 Commits

Author SHA1 Message Date
Mikhail Teterin
2483852c86 Although the port formally depended on lcms, the software was
compiling  without it  :( Add  the explicit  -D to  CFLAGS. Good
noone tried to use the lcms part of the library...

Also, add library dependencies to LDADD -- -ljpeg -lz -llcms.
2001-04-28 16:16:07 +00:00
Maxim Sobolev
b4d45cf41d Explicitly link resulting library with libm, because other ports expect to be
able to link just with ``-lmng'', not with ``-lmng -lm''.

Submitted by:	bento (sorta)
2001-03-13 15:56:36 +00:00
Mikhail Teterin
1d6002b35d Upgrade to version 1.0.0. Drop the configure, libtool, etc. non-sense
and just  use our  own clean  and straightforward  Makefile.bsd. While
here, remove the SHLIB_VER variable -- I  think it was not worth it to
have it there...

Thanks to Nathan for letting me know, the new version is available...

PR:		25580
Submitted by:	Nathan Ahlstrom <nrahlstr@winternet.com>
2001-03-10 01:04:19 +00:00
Maxim Sobolev
2b1a883dc4 Massive style enforcement - use ^I instead of spaces for variables identation. 2001-01-16 17:33:20 +00:00
Maxim Sobolev
a673458923 - Use USE_LIBTOOL;
- remove strange @exec/@unexec hack to create symlink to a shared library from
  pkg-plist. Our pkg_install tools should handle it w/o any problems.
2000-12-19 15:51:53 +00:00
Trevor Johnson
e2b43ed65d Add new port of libmng 0.9.3, a library to support images in MNG format.
MNG permits losslessly compressed, animated images.

PR:		22547
Submitted by:	Mikhail Teterin <mi@aldan.algebra.com>
2000-11-03 17:08:18 +00:00