freebsd-ports/x11-wm/fvwm/Makefile
1995-01-13 13:17:41 +00:00

26 lines
611 B
Makefile

# New ports collection makefile for: fvwm
# Version required: 1.23b
# Date created: 25 August 1994
# Whom: jkh
#
# $Id: Makefile,v 1.10 1994/11/18 04:46:15 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
DEPENDS= ${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>