aboutsummaryrefslogtreecommitdiffstats
path: root/test/fuzzer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Print full error on failure.chriseth2017-02-251-1/+1
* Compiler error is not a failure.chriseth2017-02-251-1/+0
* Report failures correctly to AFL.chriseth2017-02-171-4/+4
* Add executable for use with AFL.chriseth2017-02-161-0/+92
evel/electron4/files/lodash-4.17.15 FreeBSD Ports (https://github.com/freebsd/freebsd-ports)
aboutsummaryrefslogblamecommitdiffstats
path: root/deskutils/global-menu/Makefile
blob: 59ed954141c5bd8f1b97e9d8357b3628ecb29db4 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                       
                         





                                                                      

                                                            





                                               
                                                                     




















                                                                                 






                                                           
# New ports collection makefile for:   gnome-globalmenu
# Date created:        27 February 2009
# Whom:                Gustavo Perez
#
# $FreeBSD$
#

PORTNAME=       gnome-globalmenu
PORTVERSION=        0.7.5
PORTREVISION=       6
CATEGORIES=     deskutils
MASTER_SITES=       http://gnome2-globalmenu.googlecode.com/files/

MAINTAINER=     gustau.perez@gmail.com
COMMENT=        Global menu for gnome

LIB_DEPENDS=        notify.1:${PORTSDIR}/devel/libnotify

USE_GNOME=      gnomepanel gnomedesktop

USE_BZIP2=      yes
USE_LDCONFIG=       yes
GNU_CONFIGURE=      yes
USE_GMAKE=      yes
USE_AUTOTOOLS=      libtool:22 automake:19:env autoheader:267:env
INSTALLS_ICONS=     yes
CONFIGURE_ENV=      CPPFLAGS="-I${LOCALBASE}/include" \
            LDFLAGS="-L${LOCALBASE}/lib"

.if !defined(WITHOUT_NLS)
USE_GETTEXT=        yes
PLIST_SUB+=     NLS=""
.else
CONFIGURE_ARGS+=--disable-nls
PLIST_SUB+=     NLS="@comment "
.endif

MAN1=           gnome-globalmenu.1

GCONF_SCHEMAS=      gnome-globalmenu.schemas

post-install:
        @${INSTALL_DATA} ${WRKSRC}/applet/GlobalMenu_PanelApplet.server \
            ${LOCALBASE}/libdata/bonobo/servers
        @${CAT} ${PKGMESSAGE}

.include <bsd.port.pre.mk>

.if ${ARCH} == "sparc64"
BROKEN=     Leaves files behind on deinstall on sparc64
.endif

.include <bsd.port.post.mk>