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 33976f70df Upgraded fvwm95 port to version 2.0.43a.
The fvwm95 developement team makes good progress ;-))

One thing I doesn't understand when making the port:

When doing make package, then the first @cwd in PLIST isn't
used, so fvwm96 is packaged as /usr/local/bin/fvwm95 instead
of /usr/X11R6/bin/fvwm95.

Would someone please be so kind to look at this. Is it me or
is pkg_add misbehaving ?!
1997-02-01 14:14:23 +00:00

28 lines
714 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.6 1996/11/18 11:43:08 asami Exp $
#
DISTNAME= fvwm95-2.0.43a-Autoconf
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= ${PREFIX}/lib/librplay.a:${PORTSDIR}/audio/rplay
HAS_CONFIGURE= yes
CONFIGURE_ARGS+= --prefix=/usr/X11R6 \
--includedir=${PREFIX}/include \
--libdir=${PREFIX}/lib
post-configure:
@${ECHO} "See the sample.fvwm95rc file in the files directory"
.include <bsd.port.mk>