From 5ddc0d55fc910c1441fef60072ebf44083846393 Mon Sep 17 00:00:00 2001 From: adamw Date: Fri, 7 Nov 2003 21:31:18 +0000 Subject: Dlume is a tiny GTK2 addressbook with an XML backend and a completely unpronouncable name. --- deskutils/dlume/Makefile | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 deskutils/dlume/Makefile (limited to 'deskutils/dlume/Makefile') diff --git a/deskutils/dlume/Makefile b/deskutils/dlume/Makefile new file mode 100644 index 0000000..737dc7c --- /dev/null +++ b/deskutils/dlume/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: dlume +# Date created: 07 November 2003 +# Whom: Adam Weinberger +# +# $FreeBSD$ +# + +PORTNAME= dlume +PORTVERSION= 0.1.0 +CATEGORIES= deskutils gnome +MASTER_SITES= http://clay.ll.pl/download/ + +MAINTAINER= ports@FreeBSD.org +COMMENT= GTK2 address book + +USE_X_PREFIX= yes +GNU_CONFIGURE= yes +USE_GNOME= gnomehack gnomeprefix gtk20 +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" + +MAN1= ${PORTNAME}.1 + +.include -- cgit v1.1