freebsd-ports/x11-themes/lxappearance/Makefile
Pawel Pekala 2513cb108e - Update to version 0.5.5
- Convert to USES=pathfix
- Remove uneeded bsd.port.options.mk inclusion
2014-07-04 16:05:20 +00:00

33 lines
668 B
Makefile

# Created by: chinsan
# $FreeBSD$
PORTNAME= lxappearance
PORTVERSION= 0.5.5
CATEGORIES= x11-themes gnome
MASTER_SITES= SF/lxde/LXAppearance
MAINTAINER= pawel@FreeBSD.org
COMMENT= Desktop-independent theme switcher for GTK+
LICENSE= GPLv2
LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
USES= gmake pathfix pkgconfig tar:xz
GNU_CONFIGURE= yes
USE_GNOME= gtk20 intlhack
CONFIGURE_ARGS= --enable-dbus
PORTDOCS= AUTHORS README
OPTIONS_DEFINE= DOCS NLS
OPTIONS_SUB= yes
NLS_USES= gettext
NLS_CONFIGURE_ENABLE= nls
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>