diff options
author | adamw <adamw@FreeBSD.org> | 2003-11-07 21:31:18 +0000 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-11-07 21:31:18 +0000 |
commit | 5ddc0d55fc910c1441fef60072ebf44083846393 (patch) | |
tree | ac63cf4b4869a1bbe9b9b310fb96fd72154f14f4 /deskutils/dlume/Makefile | |
parent | f87d8143933601767f6a23103b32dd11b2546995 (diff) | |
download | FreeBSD-ports-5ddc0d55fc910c1441fef60072ebf44083846393.zip FreeBSD-ports-5ddc0d55fc910c1441fef60072ebf44083846393.tar.gz |
Dlume is a tiny GTK2 addressbook with an XML backend and a completely
unpronouncable name.
Diffstat (limited to 'deskutils/dlume/Makefile')
-rw-r--r-- | deskutils/dlume/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
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 <adamw@FreeBSD.org> +# +# $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 <bsd.port.mk> |