1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/x11-wm/fvwm2-beta/Makefile
SADA Kenji 021366bbeb Made up for MAN and PLIST.
This PR was sent as "Upgrade to 2.3.19", which is also sent by
Maintainer and already committed, but the latter has problem with
MAN and PLIST notations.
So I committed this as a fix for current revision.

PR:		ports/19639
Submitted by:	Martti Kuparinen <martti.kuparinen@piuha.net>
2000-07-06 16:24:31 +00:00

46 lines
1.3 KiB
Makefile

# New ports collection makefile for: Fvwm2
# Date created: 20 Jan 1996
# Whom: peter
#
# $FreeBSD$
#
PORTNAME= fvwm
PORTVERSION= 2.3.19
CATEGORIES= x11-wm
MASTER_SITES= ftp://ftp.fvwm.org/pub/fvwm/version-2/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
fvwm_icons.tgz
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= Cy.Schubert@uumail.gov.bc.ca
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
PLIST_SUB= VER=${PORTVERSION}
MAN1= FvwmAuto.1 FvwmAnimate.1 FvwmBacker.1 FvwmBanner.1 FvwmButtons.1 \
FvwmCommand.1 FvwmConsole.1 FvwmConsoleC.pl.1 FvwmCpp.1 FvwmDebug.1 \
FvwmDragWell.1 FvwmEvent.1 FvwmForm.1 FvwmGtk.1 FvwmIconBox.1 \
FvwmIconMan.1 FvwmIdent.1 FvwmM4.1 FvwmPager.1 FvwmRearrange.1 \
FvwmSave.1 FvwmSaveDesk.1 FvwmScript.1 FvwmScroll.1 FvwmTaskBar.1 \
FvwmTheme.1 FvwmWharf.1 FvwmWinList.1 \
fvwm-menu-xlock.1 fvwm-menu-directory.1 fvwm-menu-desktop.1 \
fvwm-menu-headlines.1 fvwm2.1 fvwmbug.1 fvwmrc_convert.1 xpmroot.1
post-extract:
@if ! (cd ${WRKDIR}/${DISTNAME} && ${MKDIR} icons && cd icons && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/fvwm_icons.tgz ${EXTRACT_AFTER_ARGS}); then \
exit 1; \
fi
post-install:
@${MKDIR} ${PREFIX}/lib/X11/fvwm2/pixmaps
${INSTALL_DATA} ${WRKSRC}/icons/*.xpm \
${PREFIX}/lib/X11/fvwm2/pixmaps
@${CAT} ${PKGDIR}/MESSAGE
.include <bsd.port.mk>