1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/x11/wmappl/Makefile
Pietro Cerutti 6444644165 - Update to 0.71
Reviewed by:	garga
Approved by:	miwi (mentor)
2008-03-31 14:38:34 +00:00

46 lines
1.2 KiB
Makefile

# New ports collection makefile for: wmappl
# Date created: 3 March 2002
# Whom: od <od@iclub.nsu.ru>
#
# $FreeBSD$
#
PORTNAME= wmappl
PORTVERSION= 0.71
CATEGORIES= x11 windowmaker
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/$/:main/} \
http://www.upl.cs.wisc.edu/~charkins/wmappl/:icons
MASTER_SITE_SUBDIR=${PORTNAME}/:main
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}" \
CPPFLAGS="${CPPFLAGS}" \
LDFLAGS="${LDFLAGS}"
MAN1= wmappl.1
MAN5= wmapplrc.5
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}
.ifndef(NOPORTDOCS)
@${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>