2001-09-14 03:57:44 +02:00
|
|
|
# $NetBSD: Makefile,v 1.10 2001/09/14 01:57:44 jlam Exp $
|
2000-07-25 16:44:48 +02:00
|
|
|
|
2001-06-30 21:08:21 +02:00
|
|
|
PKGNAME= lesstif12-${LESSTIF_VERSION}
|
|
|
|
COMMENT= API compatible clone of the OSF/Motif toolkit, version 1.2
|
2001-02-17 18:06:11 +01:00
|
|
|
|
2001-06-30 21:08:21 +02:00
|
|
|
CONFLICTS+= lesstif-0.[0-8]*
|
|
|
|
CONFLICTS+= lesstif-0.90*
|
|
|
|
CONFLICTS+= lesstif-0.91 lesstif-0.91.[0-3]
|
2001-09-09 05:37:00 +02:00
|
|
|
|
|
|
|
USE_BUILDLINK_ONLY= # defined
|
|
|
|
|
|
|
|
.include "../lesstif/Makefile.common"
|
2000-07-25 16:44:48 +02:00
|
|
|
|
|
|
|
CONFIGURE_ARGS+= --enable-build-12
|
|
|
|
CONFIGURE_ARGS+= --disable-build-20
|
2001-06-30 21:08:21 +02:00
|
|
|
CONFIGURE_ARGS+= --disable-build-21
|
2000-07-25 16:44:48 +02:00
|
|
|
CONFIGURE_ARGS+= --enable-default-12
|
|
|
|
|
2000-12-22 18:26:18 +01:00
|
|
|
# We don't install any documentation, but the installation process creates
|
|
|
|
# this directory anyway, so remove it if it's empty.
|
|
|
|
#
|
2000-07-25 16:44:48 +02:00
|
|
|
post-install:
|
2000-10-23 21:45:05 +02:00
|
|
|
${RMDIR} -p ${PREFIX}/share/doc/html/lesstif 2> /dev/null || ${TRUE}
|
2000-07-25 16:44:48 +02:00
|
|
|
|
2001-08-30 00:41:00 +02:00
|
|
|
.include "../../mk/x11.buildlink.mk"
|
2001-06-30 21:08:21 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|