0f8572c94b
This is, just move the bits which were pulled in from there here, unchanged.
25 lines
718 B
Makefile
25 lines
718 B
Makefile
# $NetBSD: Makefile,v 1.12 2002/12/05 18:49:55 drochner Exp $
|
|
|
|
PKGNAME= lesstif12-${LESSTIF_VERSION}
|
|
COMMENT= API compatible clone of the OSF/Motif toolkit, version 1.2
|
|
|
|
CONFLICTS+= lesstif-0.[0-8]*
|
|
CONFLICTS+= lesstif-0.90*
|
|
CONFLICTS+= lesstif-0.91 lesstif-0.91.[0-3]
|
|
|
|
USE_BUILDLINK2= # defined
|
|
|
|
.include "./Makefile.common"
|
|
|
|
CONFIGURE_ARGS+= --enable-build-12
|
|
CONFIGURE_ARGS+= --disable-build-20
|
|
CONFIGURE_ARGS+= --disable-build-21
|
|
CONFIGURE_ARGS+= --enable-default-12
|
|
|
|
# We don't install any documentation, but the installation process creates
|
|
# this directory anyway, so remove it if it's empty.
|
|
#
|
|
post-install:
|
|
${RMDIR} -p ${PREFIX}/share/doc/html/lesstif 2> /dev/null || ${TRUE}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|