1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/x11-wm/fvwm2-devel/Makefile
Satoshi Asami c2caa4bb8a The beta af fvwm version 2. Peter gave it to me a long time ago, I
thought he was going to commit it but he didn't so I'm going to do it. :)

Submitted by:	peter
1996-03-09 14:42:57 +00:00

30 lines
580 B
Makefile

# New ports collection makefile for: fvwm2
# Version required: 2.0.39
# Date created: 20 Jan 1996
# Whom: peter
#
# $Id$
#
DISTNAME= fvwm-2.0.40
CATEGORIES+= x11
MASTER_SITES= ftp://ftp.hpc.uh.edu/pub/fvwm/version-2/
MAINTAINER= peter@FreeBSD.org
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
USE_IMAKE= yes
XMKMF= xmkmf
ALL_TARGET= Makefiles all
WRKSRC= ${WRKDIR}/fvwm
post-configure:
cd ${WRKSRC}/modules/FvwmConfig; xmkmf
post-install:
@mkdir -p ${PREFIX}/include/X11/pixmaps
cp ${WRKSRC}/fvwm_icons/*.xpm ${PREFIX}/include/X11/pixmaps
.include <bsd.port.mk>