2003-11-07 22:31:18 +01:00
|
|
|
# New ports collection makefile for: dlume
|
|
|
|
# Date created: 07 November 2003
|
|
|
|
# Whom: Adam Weinberger <adamw@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= dlume
|
2003-12-07 00:09:08 +01:00
|
|
|
PORTVERSION= 0.1.4
|
2003-11-07 22:31:18 +01:00
|
|
|
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
|
2003-11-15 21:05:16 +01:00
|
|
|
USE_GNOME= gnomehack gnomeprefix gtk20 libxml2
|
2003-11-07 22:31:18 +01:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
MAN1= ${PORTNAME}.1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|