diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2010-08-09 22:49:37 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2010-08-09 22:49:37 +0000 |
commit | 59847085e054c4f676c53d9f1c368ac0cec44552 (patch) | |
tree | 54191af9cee3e94504967ae0d0aa729d0daec336 /sysutils/eiciel/Makefile | |
parent | 184a684aaf96d6ab73bec8595a16e74c9a047f89 (diff) |
Notes
Diffstat (limited to 'sysutils/eiciel/Makefile')
-rw-r--r-- | sysutils/eiciel/Makefile | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/sysutils/eiciel/Makefile b/sysutils/eiciel/Makefile index 01ab760d8f45..95e29690468c 100644 --- a/sysutils/eiciel/Makefile +++ b/sysutils/eiciel/Makefile @@ -6,8 +6,7 @@ # PORTNAME= eiciel -PORTVERSION= 0.9.6.1 -PORTREVISION= 6 +PORTVERSION= 0.9.8 CATEGORIES= sysutils security MASTER_SITES= http://rofi.roger-ferrer.org/eiciel/download/ @@ -21,13 +20,22 @@ USE_GNOME= gnomehack gnomeprefix intlhack nautilus2 libgnomeui USE_GETTEXT= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool:22 +USE_LDCONFIG= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-nautilus-extensions-dir=${PREFIX}/lib/nautilus/extensions-2.0 +MAKE_JOBS_SAFE= yes MAN1= eiciel.1 +LICENSE= GPLv2 + +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 800000 +BROKEN= does not compile +.endif post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.mk> +.include <bsd.port.post.mk> |