diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-01-07 20:50:20 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-01-07 20:50:20 +0000 |
commit | baedaefc1363429069319dd267ae7cf8daab2ad6 (patch) | |
tree | c532e96c629a3d179d5c6a9afedc5d84033ebf76 /x11-fm/gentoo | |
parent | 721c5abc42184ea05290452b15d3d2e62b0f44d8 (diff) | |
download | ports-baedaefc1363429069319dd267ae7cf8daab2ad6.tar.gz ports-baedaefc1363429069319dd267ae7cf8daab2ad6.zip |
Notes
Diffstat (limited to 'x11-fm/gentoo')
-rw-r--r-- | x11-fm/gentoo/Makefile | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/x11-fm/gentoo/Makefile b/x11-fm/gentoo/Makefile index 498b494c215e..76a7c90075e3 100644 --- a/x11-fm/gentoo/Makefile +++ b/x11-fm/gentoo/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gentoo -# Date created: 12 August 2001 -# Whom: Anders Nordby <anders@fix.no> -# +# Created by: Anders Nordby <anders@fix.no> # $FreeBSD$ -# PORTNAME= gentoo PORTVERSION= 0.19.13 @@ -15,7 +11,7 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/ \ MAINTAINER= dhn@FreeBSD.org COMMENT= Gtk+ based, file manager inspired by DirectoryOpus -OPTIONS= FAM "File Alteration Monitor Support" off +OPTIONS_DEFINE= FAM DOCS USE_GNOME= gnomehack gtk20 USE_GETTEXT= yes @@ -27,9 +23,9 @@ MAN1= gentoo.1 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> -.if defined(WITH_FAM) +.if ${PORT_OPTIONS:MFAM} USE_FAM= yes .else CONFIGURE_ARGS+= --disable-fam @@ -46,7 +42,7 @@ post-patch: post-install: ${INSTALL_MAN} ${WRKSRC}/docs/gentoo.1x ${MANPREFIX}/man/man1/gentoo.1 -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} .for file in BUGS CONFIG-CHANGES CREDITS NEWS README README.NLS README.gtkrc \ TODO @@ -59,4 +55,4 @@ post-install: @${FIND} ${DOCSDIR} -type d | ${XARGS} ${CHMOD} a+x .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |