1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/x11/fbdesk/Makefile
2021-04-06 16:31:07 +02:00

32 lines
669 B
Makefile

# Created by: Hendrik Scholz <hendrik@scholz.net>
PORTNAME= fbdesk
PORTVERSION= 1.4.1
PORTREVISION= 6
CATEGORIES= x11
MASTER_SITES= http://fluxbox.sourceforge.net/download/ \
GENTOO
MAINTAINER= ports@FreeBSD.org
COMMENT= Fluxbox utility to create and manage icons on the desktop
LICENSE= MIT
LIB_DEPENDS= libpng.so:graphics/png \
libImlib2.so:graphics/imlib2
USES= pkgconfig xorg
USE_XORG= xext xft xpm xrender
GNU_CONFIGURE= yes
PORTDOCS= ChangeLog INSTALL README
PLIST_FILES= bin/fbdesk
OPTIONS_DEFINE= DOCS
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>