aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/fvwm/Makefile
blob: ce4d3c2c3d1e1adfc1ac237d1236b370268c20d6 (plain) (blame)
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
26
# New ports collection makefile for:    fvwm
# Version required: 1.24r
# Date created:     12 May 1995
# Whom:         me
#
# $Id: Makefile,v 1.19 1995/08/08 10:35:06 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
    ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 444 \
        ${WRKSRC}/fvwm_icons/*.xpm ${PREFIX}/include/X11/pixmaps

.include <bsd.port.mk>