aboutsummaryrefslogtreecommitdiff
path: root/deskutils/dlume/Makefile
blob: c2e1692daae6ed189b610444c10049ab3c23e645 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# New ports collection makefile for:	dlume
# Date created:				07 November 2003
# Whom:					Adam Weinberger <adamw@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	dlume
PORTVERSION=	0.2.4
PORTREVISION=	10
CATEGORIES=	deskutils gnome
MASTER_SITES=	${MASTER_SITE_TUCOWS}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	GTK2 address book

USE_GNOME=	gnomehack gnomeprefix gnometarget gtk20 libxml2
GNU_CONFIGURE=	yes
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
		LDFLAGS="-L${LOCALBASE}/lib"

MAN1=		${PORTNAME}.1
PLIST_FILES=	bin/dlume share/pixmaps/dlume.png

post-patch:
	@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/src/Makefile.in

.include <bsd.port.mk>