2003-11-07 16:31:18 -05:00
|
|
|
# New ports collection makefile for: dlume
|
|
|
|
# Date created: 07 November 2003
|
|
|
|
# Whom: Adam Weinberger <adamw@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= dlume
|
2004-07-19 13:44:45 -04:00
|
|
|
PORTVERSION= 0.2.4
|
2005-11-05 00:22:06 -05:00
|
|
|
PORTREVISION= 3
|
2003-11-07 16:31:18 -05:00
|
|
|
CATEGORIES= deskutils gnome
|
|
|
|
MASTER_SITES= http://clay.ll.pl/download/
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
COMMENT= GTK2 address book
|
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
2004-02-10 10:12:39 -05:00
|
|
|
USE_GNOME= gnomehack gnomeprefix gnometarget gtk20 libxml2
|
2003-11-07 16:31:18 -05:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2003-12-17 11:10:12 -05:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2003-11-07 16:31:18 -05:00
|
|
|
|
|
|
|
MAN1= ${PORTNAME}.1
|
2004-02-10 10:12:39 -05:00
|
|
|
PLIST_FILES= bin/dlume share/gnome/pixmaps/dlume.png
|
2003-11-07 16:31:18 -05:00
|
|
|
|
2003-12-17 11:10:12 -05:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/src/Makefile.in
|
|
|
|
|
2003-11-07 16:31:18 -05:00
|
|
|
.include <bsd.port.mk>
|