1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/x11-wm/fvwm95/Makefile
Andreas Klemm ac573c6f31 - Modified port to use new fbsd-icons port, so the bsd-icons.tgz file
from the files-dir could be nuked, as requested by Satoshi and others.
- Modified BUILD_DEPENDS to use ${LOCALBASE} variable instead of
  an absolute path.
- packaging tested on both ports fbsd-icons and fvwm95 ;-)
1997-06-14 08:31:07 +00:00

33 lines
827 B
Makefile

# New ports collection makefile for: fvwm95-2
# Version required: 2.0.43a
# Date created: Sa 1 Feb 1997 14:46:05 MET
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
# $Id: Makefile,v 1.11 1997/06/09 19:43:45 andreas Exp $
#
DISTNAME= fvwm95-2.0.43a-Autoconf
PKGNAME= fvwm95-2.0.43a
CATEGORIES= x11
MASTER_SITES= ftp://mitac11.uia.ac.be/pub/
EXTRACT_SUFX= .tgz
MAINTAINER= andreas@klemm.gtn.com
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
BUILD_DEPENDS= ${LOCALBASE}/lib/librplay.a:${PORTSDIR}/audio/rplay
RUN_DEPENDS= ${X11BASE}/icons/chuck.xpm:${PORTSDIR}/x11/fbsd-icons
USE_X11= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--includedir=/usr/local/include \
--libdir=/usr/local/lib
MAN1= fvwm95.1
post-install:
@${INSTALL_MAN} $(WRKSRC)/fvwm/fvwm95.man \
$(PREFIX)/man/man1/fvwm95.1
.include <bsd.port.mk>