freebsd-ports/x11-wm/flwm/Makefile
Jacques Vidrine 80bf16274f No need to build all of x11-toolkits just for this port :-)
LIB_DEPENDS=    fltk.1:${PORTSDIR}/x11-toolkits/fltk
                                               ^^^^^ was missing
1999-03-17 05:09:02 +00:00

25 lines
583 B
Makefile

# New ports collection makefile for: flwm
# Version required: 0.19
# Date created: 12 February 1999
# Whom: Dima Sivachenko <dima@chg.ru>
#
# $Id: Makefile,v 1.1.1.1 1999/03/15 01:14:36 billf Exp $
#
DISTNAME= flwm-0.19
CATEGORIES= x11-wm
MASTER_SITES= http://www.cinenet.net/users/spitzak/flwm/ \
ftp://ftp.sai.msu.su/pub/X11/win_man/
# ftp://ftp.gpad.ac.ru/pub/FreeBSD/distfiles/
EXTRACT_SUFX= .tgz
MAINTAINER= dima@chg.ru
LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
MAN1= flwm.1
.include <bsd.port.mk>