freebsd-ports/x11-wm/fvwm/Makefile

25 lines
529 B
Makefile
Raw Normal View History

# New ports collection makefile for: fvwm
# Version required: 1.23b
# Date created: 25 August 1994
# Whom: jkh
#
# $Id: Makefile,v 1.13 1995/03/11 15:07:14 ats 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
XMKMF= xmkmf
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
pre-install:
@cp ${FILESDIR}/configure2.h ${WRKSRC}/configure.h
@(cd ${WRKSRC}; ${MAKE} Makefiles)
1994-11-17 23:46:15 -05:00
.include <bsd.port.mk>