1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/x11-wm/fvwm/Makefile
1995-05-13 03:13:07 +00:00

23 lines
426 B
Makefile

# New ports collection makefile for: fvwm
# Version required: 1.24r
# Date created: 12 May 1995
# Whom: me
#
# $Id$
#
DISTNAME= fvwm-1.24r
MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/X11/window-managers/
CATEGORIES+= x11
MAINTAINER= me@FreeBSD.org
USE_IMAKE= yes
XMKMF= xmkmf
post-install:
@mkdir -p ${PREFIX}/include/X11/pixmaps
cp ${WRKSRC}/fvwm_icons/*.xpm ${PREFIX}/include/X11/pixmaps
.include <bsd.port.mk>