mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
2287d088b1
PR: ports/74687 Submitted by: maintainer
51 lines
1.1 KiB
Makefile
51 lines
1.1 KiB
Makefile
# New ports collection makefile for: gnubiff
|
|
# Date created: 3 May 2004
|
|
# Whom: Tim Bishop <tim@bishnet.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gnubiff
|
|
PORTVERSION= 2.0.3
|
|
CATEGORIES= mail
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= tim@bishnet.net
|
|
COMMENT= A mail notification program for Gnome
|
|
|
|
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_GNOME= intlhack libglade2 esound
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
MAN1= gnubiff.1
|
|
INFO= gnubiff
|
|
|
|
.ifdef(WITH_GNUBIFF_PASSWORD)
|
|
CONFIGURE_ARGS+= --with-password
|
|
.endif
|
|
|
|
# This application can dock in the GNOME panel, or it can not.
|
|
# Only install support if gnomepanel is already installed.
|
|
WANT_GNOME= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${HAVE_GNOME:Mgnomepanel}!=""
|
|
USE_GNOME+= gnomepanel gconf2 gnomeprefix gnomehack
|
|
PKGNAMESUFFIX= -gnome
|
|
PLIST_SUB+= SHAREDIR="share/gnome"
|
|
PLIST_SUB+= WITH_GNOME=""
|
|
.else
|
|
CONFIGURE_ARGS+= --disable-gnome
|
|
PLIST_SUB+= SHAREDIR="share"
|
|
PLIST_SUB+= WITH_GNOME="@comment "
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|