Commit graph

13 commits

Author SHA1 Message Date
Dieter Baron
5b4276e530 mk/autoconf.mk and mk/automake.mk have been removed. Replace their
usage with USE_TOOLS and any of "autoconf", "autoconf213", "automake"
or "automake14".  Also, we don't need to call the auto* tools via
${ACLOCAL}, ${AUTOCONF}, etc., since the tools framework takes care
to symlink the correct tool to the correct name, so we can just
use aclocal, autoconf, etc.  (hi jlam!)
2005-06-08 15:46:59 +00:00
Roland Illig
2a1ca3d973 Replaced USE_GNU_TOOLS+=make with USE_TOOLS+=gmake. 2005-05-24 10:29:21 +00:00
Todd Vierling
5f60a41bb5 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:09:34 +00:00
Johnny C. Lam
84663f5da5 Mechanical conversion to use LIBTOOLIZE_PLIST (which defaults to "yes" in
pkgsrc).  LIBTOOL_LA_FILES is no more.
2004-09-23 05:59:29 +00:00
Thomas Klausner
53f5f41b09 AUTOMAKE_REQD should only be set to 1.4 in the few cases where needed,
otherwise the default is better (and the variable doesn't need to be set).
Remove a few cases where it was set unnecessarily.
2004-09-04 23:40:52 +00:00
Todd Vierling
3258328d22 Convert manual libtool archive PLIST entries to dynamic entries using new
LIBTOOL_LA_FILES logic in bsd.pkg.mk.
2004-08-17 18:26:11 +00:00
Thomas Klausner
bb528ddf4b Convert to bl3. 2004-04-25 01:07:12 +00:00
Soren Jacobsen
084e0938cf LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now shell globs relative to
WRKSRC.  LIBTOOL_OVERRIDE defaults to "libtool */libtool and */*/libtool,"
meaning that, in most packages, there's no need to set it.

So: Nuke tons of LIBTOOL_OVERRIDE=${WRKSRC} and adjust a few
SHLIBTOOL_OVERRIDEs (remove ${WRKSRC} from them).
2004-02-17 02:55:13 +00:00
grant beattie
e7e15b4322 replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make. 2004-01-25 02:22:38 +00:00
Juan Romero Pardines
b91373425d Hmm, FreeBSD 4.x has soundcard.h in sys and machine, they are the same,
so remove the __FreeBSD_version and use <sys/soundcard.h>.
2003-09-26 06:37:01 +00:00
Juan Romero Pardines
0e4f9c1776 * Fix the trouble with locales
* Add optional support for KDE
2003-09-26 06:28:43 +00:00
Juan Romero Pardines
ea6897f8f7 Use pkglint and fix the trouble, use the correct header for the souncard,
e.g:

+#ifdef __Linux__
                #include <linux/soundcard.h>
+#elif defined(__FreeBSD__) && (__FreeBSD_version >= 500000)
+               #include <sys/soundcard.h>
+#else
+               #include <soundcard.h>
+#endif

Remove unused variables, regen PLIST, etc...
2003-09-26 06:26:48 +00:00
Juan Romero Pardines
d2d2ad5b0d Initial import of kvirc 3.0.0-beta2. Provided by Florian Franzmann
<siflfran@hawo.stw.uni-erlangen.de> via PR pkg/22811.

A highly configurable graphical IRC client with an MDI interface,
built-in scripting language, support for DCC, drag & drop, and much
more. KVIrc uses the Qt widget set, has support for KDE, has more
features than you can think of, can be extended using its own scripting
language, supports custom plugins and is nearly a desktop environment on
its own.
2003-09-22 16:18:26 +00:00