mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
80bf16274f
LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk ^^^^^ was missing
25 lines
583 B
Makefile
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>
|