diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-05-08 12:33:59 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-05-08 12:33:59 +0000 |
commit | 756a822d0dfa0a0aae434483e1d3183ae5c165ad (patch) | |
tree | 3fdaf749b139ff4ab87f3cd6164af1d24189c222 /misc/colortail | |
parent | 04161f8c90db38aac7f67262c8bb6f5cc3d55273 (diff) |
Notes
Diffstat (limited to 'misc/colortail')
-rw-r--r-- | misc/colortail/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/misc/colortail/Makefile b/misc/colortail/Makefile index 391127b06ad5..e236392a219b 100644 --- a/misc/colortail/Makefile +++ b/misc/colortail/Makefile @@ -14,19 +14,13 @@ MASTER_SITES= http://www.student.hk-r.se/~pt98jan/ MAINTAINER= ports@FreeBSD.org COMMENT= A colour-able replacement for tail(1) +USE_GETOPT_LONG= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" -.if !exists(/usr/include/getopt.h) -LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -lgnugetopt -.endif - -.if !defined(NOPORTDOCS) post-install: +.if !defined(NOPORTDOCS) @${MKDIR} ${EXAMPLESDIR} - @${INSTALL_DATA} ${WRKSRC}/example-conf/conf* ${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/example-conf/conf* ${EXAMPLESDIR} .endif .include <bsd.port.mk> |