summaryrefslogtreecommitdiff
path: root/x11-wm/fvwm/Makefile
blob: d319ec8454d3af35d6efd18816c303573442916c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:	fvwm
# Version required:	1.23b
# Date created:		25 August 1994
# Whom:			jkh
#
# $Id: Makefile,v 1.11 1995/01/13 13:17:41 jkh Exp $
#

DISTNAME=	fvwm
NO_WRKSUBDIR=	yes
DISTFILES=	fvwm-core.tar.gz fvwm-modules.tar.gz \
		fvwm-icons.tar.gz
MASTER_SITES=	ftp://spcot.sanders.com/pub/fvwm/
USE_IMAKE=	yes
LIB_DEPENDS=	Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
PKG_ARGS=	-v -c ${PKGDIR}/COMMENT -d ${PKGDIR}/DESCR -f ${PKGDIR}/PLIST \
		-r ${PKGDIR}/REQUIRES -p ${PREFIX}

pre-install:
	@cp ${FILESDIR}/configure2.h ${WRKSRC}/configure.h
	@(cd ${WRKSRC}; ${MAKE} Makefiles)



.include <bsd.port.mk>