openbsd-ports/x11/libxdg-basedir/Makefile
2013-03-21 08:45:11 +00:00

25 lines
547 B
Makefile

# $OpenBSD: Makefile,v 1.5 2013/03/21 08:48:56 ajacoutot Exp $
COMMENT = implementation of the XDG Base Directory specification
DISTNAME = libxdg-basedir-1.2.0
SHARED_LIBS += xdg-basedir 2.0 # .3.0
CATEGORIES = x11 devel
MAINTAINER = David Coppa <dcoppa@openbsd.org>
# MIT
PERMIT_PACKAGE_CDROM = Yes
MASTER_SITES = http://n.ethz.ch/student/nevillm/download/libxdg-basedir/
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS += ${CONFIGURE_SHARED} \
--disable-doxygen-doc
pre-configure:
@${SUBST_CMD} ${WRKSRC}/src/basedir.c
.include <bsd.port.mk>