1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/x11-wm/fvwm/Makefile
Satoshi Asami d5112364c4 fvwm couldn't compile because "make Makefiles" was removed from
bsd.port.mk.  This patch fixes it by adding "ALL_TARGETS=Makefile all".

Submitted by:	torstenb@ramsey.saar.de (Torsten Blum)
1995-08-08 10:35:06 +00:00

26 lines
550 B
Makefile

# New ports collection makefile for: fvwm
# Version required: 1.24r
# Date created: 12 May 1995
# Whom: me
#
# $Id: Makefile,v 1.18 1995/05/30 09:54:14 asami Exp $
#
DISTNAME= fvwm-1.24r
MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/X11/window-managers/
CATEGORIES+= x11
MAINTAINER= me@FreeBSD.org
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
USE_IMAKE= yes
XMKMF= xmkmf
ALL_TARGET= Makefiles all
post-install:
@mkdir -p ${PREFIX}/include/X11/pixmaps
cp ${WRKSRC}/fvwm_icons/*.xpm ${PREFIX}/include/X11/pixmaps
.include <bsd.port.mk>