mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
789d75c728
-Update libtool and libltdl to 2.2.6a. -Remove devel/libtool15 and devel/libltdl15. -Fix ports build with libtool22/libltdl22. -Bump ports that depend on libltdl22 due to shared library version change. -Explain what to do update in the UPDATING. It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop and applications in the runtime. With help: marcus and kwm Pointyhat-exp: a few times by pav Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and a few MarcusCom CVS users. Also, I might have missed a few. Repocopy by: marcus Approved by: portmgr
34 lines
799 B
Makefile
34 lines
799 B
Makefile
# New ports collection makefile for: eiciel
|
|
# Date created: July 20, 2005
|
|
# Whom: andreas@syndrom23.de
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= eiciel
|
|
PORTVERSION= 0.9.6.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= sysutils security
|
|
MASTER_SITES= http://rofi.roger-ferrer.org/eiciel/download/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A GNOME-based ACL editor, with integration into Nautilus
|
|
|
|
LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24
|
|
|
|
USE_BZIP2= yes
|
|
USE_GNOME= gnomehack gnomeprefix intlhack nautilus2
|
|
USE_GETTEXT= yes
|
|
USE_GMAKE= yes
|
|
USE_AUTOTOOLS= libtool:22
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
CONFIGURE_ARGS= --with-nautilus-extensions-dir=${PREFIX}/lib/nautilus/extensions-2.0
|
|
|
|
MAN1= eiciel.1
|
|
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|