freebsd-ports/devel/xdg-user-dirs/Makefile
Martin Wilke a07d225546 - Fix strndup implementation
- Bump PORTREVISION

Reported by:	marcus
Patched by:	Max Brazhnikov
2008-07-19 20:51:41 +00:00

24 lines
528 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.10
PORTREVISION= 1
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
CONFIGURE_ENV+= CFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>