diff options
Diffstat (limited to 'x11/lesstif12/Makefile')
-rw-r--r-- | x11/lesstif12/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/x11/lesstif12/Makefile b/x11/lesstif12/Makefile new file mode 100644 index 00000000000..70b563a74e4 --- /dev/null +++ b/x11/lesstif12/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/07/25 14:44:48 jlam Exp $ + +PKGNAME= lesstif12-${LESSTIF_VERSION} + +CONFLICTS+= lesstif-0.[0-8]* +CONFLICTS+= lesstif-0.90* +CONFLICTS+= lesstif-0.91 lesstif-0.91.[0-3] + +CONFIGURE_ARGS+= --enable-build-12 +CONFIGURE_ARGS+= --disable-build-20 +CONFIGURE_ARGS+= --enable-default-12 + +post-install: + ${RMDIR} -p ${PREFIX}/share/doc/lesstif 2> /dev/null || ${TRUE} + +.include "../../x11/lesstif/Makefile.common" |