summaryrefslogtreecommitdiffstats
path: root/devel/xdg-user-dirs-gtk/Makefile
blob: e8f3023bafa9d1311d8af4914f70ec8fa9332d39 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:    xdg-user-dirs-gtk
# Date created:     2007-03-05
# Whom:         Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
#    $MCom: ports/devel/xdg-user-dirs-gtk/Makefile,v 1.2 2007/03/05 15:38:17 ahze Exp $

PORTNAME=   xdg-user-dirs-gtk
PORTVERSION=    0.3
CATEGORIES= devel gnome
MASTER_SITES=   GNOME

MAINTAINER= gnome@FreeBSD.org
COMMENT=    Companion to xdg-user-dirs that integrates into GTK/GNOME apps

USE_BZIP2=  yes
USE_GNOME=  gtk20
GNU_CONFIGURE=  yes
USE_GMAKE=  yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"

.include <bsd.port.mk>