freebsd-ports/devel/xdg-user-dirs/Makefile
Raphael Kubo da Costa 555c3f2889 Update to 0.14.
Approved by:	avilla (mentor, implicit)
2011-10-29 03:00:01 +00:00

23 lines
492 B
Makefile

# New ports collection makefile for: xdg-user-dirs
# Date created: 2008-07-01
# Whom: Max Brazhnikov <makc@issp.ac.ru>
#
# $FreeBSD$
#
PORTNAME= xdg-user-dirs
PORTVERSION= 0.14
CATEGORIES= devel
MASTER_SITES= http://user-dirs.freedesktop.org/releases/
MAINTAINER= kde@FreeBSD.org
COMMENT= Tool to help manage personal user directories
GNU_CONFIGURE= yes
USE_GETTEXT= yes
USE_ICONV= yes
USE_GMAKE= yes
LDFLAGS+= -L${LOCALBASE}/lib
CFLAGS+= -I${LOCALBASE}/include
.include <bsd.port.mk>