From 614c4ed9928269c536345007e69e8ba648fccf8d Mon Sep 17 00:00:00 2001 From: garga Date: Fri, 3 Aug 2012 15:34:45 +0000 Subject: Add DOCS, EXAMPLES and NLS to OPTIONS_DEFINE to my ports --- net/wmnd/Makefile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'net/wmnd') diff --git a/net/wmnd/Makefile b/net/wmnd/Makefile index 3b1ab9fa1b57..775dbf35c2da 100644 --- a/net/wmnd/Makefile +++ b/net/wmnd/Makefile @@ -16,6 +16,9 @@ COMMENT= Improved network monitoring dock app (with tons of features) LICENSE= GPLv2 +OPTIONS_DEFINE= EXAMPLES +OPTIONS_DEFAULT=EXAMPLES + USE_XORG= ice sm x11 xext xpm USE_GMAKE= yes GNU_CONFIGURE= yes @@ -26,13 +29,15 @@ MAN1= wmnd.1 PORTEXAMPLES= wmndrc PLIST_FILES= bin/wmnd +.include + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/wmnd ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/doc/wmnd.1 ${MANPREFIX}/man/man1 -.if !defined(NOPORTEXAMPLES) +.if ${PORT_OPTIONS:MEXAMPLES} @${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/examples/wmndrc ${EXAMPLESDIR} .endif @${CAT} ${PKGMESSAGE} -.include +.include -- cgit