mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
0902ca6518
update MASTER_SITES to match reality
28 lines
641 B
Makefile
28 lines
641 B
Makefile
# New ports collection makefile for: fvwm
|
|
# Version required: 1.24r
|
|
# Date created: 12 May 1995
|
|
# Whom: me
|
|
#
|
|
# $Id: Makefile,v 1.21 1996/11/18 10:36:54 asami Exp $
|
|
#
|
|
|
|
DISTNAME= fvwm-1.24r
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ftp://ftp.hpc.uh.edu/pub/fvwm/version-1/ \
|
|
ftp://ftp.ics.es.osaka-u.ac.jp/pub/CFAN/sources/1.x/
|
|
|
|
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>
|