openbsd-ports/devel/desktop-file-utils/Makefile
ajacoutot 561d6fe9bc Sanitize some @unexec/@extraunexec calls to rm: move them up in the
PLIST and remove remove everything under the @sample'd directory instead
of the directory itself to prevent a warning from pkg_delete(1) trying
to remove a non existing directory and to help preventing left-over
files and directories.
2011-05-11 06:22:16 +00:00

39 lines
800 B
Makefile

# $OpenBSD: Makefile,v 1.27 2011/05/11 06:22:17 ajacoutot Exp $
COMMENT= utilities for dot.desktop entries
DISTNAME= desktop-file-utils-0.18
EXTRACT_SUFX= .tar.bz2
REVISION= 0
CATEGORIES= devel
HOMEPAGE= http://freedesktop.org/wiki/Software/desktop-file-utils
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c glib-2.0 pcre pthread
MASTER_SITES= http://freedesktop.org/software/desktop-file-utils/releases/
MODULES= devel/gettext
LIB_DEPENDS= devel/glib2
USE_LIBTOOL= Yes
USE_GMAKE= Yes
USE_GROFF = Yes
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
ac_cv_prog_EMACS=no
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--disable-silent-rules
.include <bsd.port.mk>