2013-03-28 04:28:30 +01:00
|
|
|
# Created by: Adam Weinberger <adamw@FreeBSD.org>
|
2003-11-07 22:31:18 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= dlume
|
2004-07-19 19:44:45 +02:00
|
|
|
PORTVERSION= 0.2.4
|
2016-12-08 20:52:19 +01:00
|
|
|
PORTREVISION= 13
|
2003-11-07 22:31:18 +01:00
|
|
|
CATEGORIES= deskutils gnome
|
2015-05-14 12:15:04 +02:00
|
|
|
MASTER_SITES= TUCOWS
|
2003-11-07 22:31:18 +01:00
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
COMMENT= GTK2 address book
|
|
|
|
|
2013-12-31 14:17:05 +01:00
|
|
|
USES= pathfix pkgconfig
|
2013-03-28 04:28:30 +01:00
|
|
|
USE_GNOME= gnomeprefix gtk20 libxml2
|
2003-11-07 22:31:18 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2003-11-07 22:31:18 +01:00
|
|
|
|
2013-12-31 14:17:05 +01:00
|
|
|
PLIST_FILES= bin/dlume man/man1/dlume.1.gz share/pixmaps/dlume.png
|
2003-11-07 22:31:18 +01:00
|
|
|
|
2003-12-17 17:10:12 +01:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/src/Makefile.in
|
|
|
|
|
2003-11-07 22:31:18 +01:00
|
|
|
.include <bsd.port.mk>
|