mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
7045a02bb6
- Updated Plist - Removed unnecessary post-configure, since example rc file isn't in the files-dir anymore - Port Packages still fine ;-) (tested, tested !!! ;-) PR: closes PR 2986 Submitted by: Lars Koeller <Lars_Koeller@odie.physik2.uni-rostock.de>
32 lines
756 B
Makefile
32 lines
756 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.9 1997/02/06 07:58:40 asami 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= /usr/local/lib/librplay.a:${PORTSDIR}/audio/rplay
|
|
|
|
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>
|