1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00
freebsd-ports/x11/wmappl/Makefile
2013-05-04 21:10:23 +00:00

45 lines
1.1 KiB
Makefile

# Created by: od <od@iclub.nsu.ru>
# $FreeBSD$
PORTNAME= wmappl
PORTVERSION= 0.71
CATEGORIES= x11 windowmaker
MASTER_SITES= SF/wmappl/wmappl/wmappl-${PORTVERSION}:main \
http://www.upl.cs.wisc.edu/~charkins/wmappl/:icons
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:main \
16x16xpms.tar.gz:icons icons_16x16.tar.gz:icons smallicons.tar.gz:icons
MAINTAINER= ports@FreeBSD.org
COMMENT= An application launcher dockapp similar to wmbutton
GNU_CONFIGURE= yes
USE_XORG= xpm x11 xext sm ice
MAKE_ENV= DATADIR="${DATADIR}"
.if defined(.PARSEDIR)
USE_GMAKE= yes
.endif
MAN1= wmappl.1
MAN5= wmapplrc.5
.include <bsd.port.options.mk>
post-extract:
@${RM} -rf ${WRKSRC}/icons/CVS
post-install:
@${ECHO_CMD} ""
@${ECHO_CMD} "===> Installing icons to ${DATADIR} directory"
@${MKDIR} ${DATADIR}
@cd ${WRKDIR} && ${INSTALL_DATA} *.xpm ${DATADIR}
@cd ${WRKDIR}/smallicons && ${INSTALL_DATA} *.xpm ${DATADIR}
.if ${PORT_OPTIONS:MDOCS}
@${ECHO_CMD} "===> Installing README as ${DOCSDIR}/README"
@${ECHO_CMD} "===> Please read for configuration information"
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>