openbsd-ports/x11/libxdg-basedir/Makefile
2010-12-15 13:22:03 +00:00

29 lines
643 B
Makefile

# $OpenBSD: Makefile,v 1.2 2010/12/15 13:22:03 dcoppa Exp $
COMMENT = implementation of the XDG Base Directory specification
DISTNAME = libxdg-basedir-1.1.1
SHARED_LIBS += xdg-basedir 1.0 # .1.1
CATEGORIES = x11 devel
MAINTAINER = David Coppa <dcoppa@openbsd.org>
# MIT
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
MASTER_SITES = http://n.ethz.ch/student/nevillm/download/libxdg-basedir/
USE_LIBTOOL = yes
CONFIGURE_STYLE = gnu
CONFIGURE_ARGS += ${CONFIGURE_SHARED} \
--disable-doxygen-doc
pre-configure:
@${SUBST_CMD} ${WRKSRC}/src/basedir.c
.include <bsd.port.mk>