1999-03-15 02:14:36 +01:00
|
|
|
# New ports collection makefile for: flwm
|
|
|
|
# Date created: 12 February 1999
|
|
|
|
# Whom: Dima Sivachenko <dima@chg.ru>
|
|
|
|
#
|
1999-08-31 05:04:38 +02:00
|
|
|
# $FreeBSD$
|
1999-03-15 02:14:36 +01:00
|
|
|
#
|
|
|
|
|
2000-04-10 21:50:46 +02:00
|
|
|
PORTNAME= flwm
|
2001-02-05 22:05:58 +01:00
|
|
|
PORTVERSION= 1.00
|
1999-03-15 02:14:36 +01:00
|
|
|
CATEGORIES= x11-wm
|
2000-07-03 14:33:50 +02:00
|
|
|
MASTER_SITES= http://flwm.sourceforge.net/ \
|
|
|
|
http://www.cinenet.net/users/spitzak/flwm/ \
|
1999-03-15 02:14:36 +01:00
|
|
|
ftp://ftp.sai.msu.su/pub/X11/win_man/
|
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
2004-08-27 22:18:10 +02:00
|
|
|
MAINTAINER= gj@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= The Fast Light Window Manager
|
1999-03-15 02:14:36 +01:00
|
|
|
|
1999-03-17 06:09:02 +01:00
|
|
|
LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk
|
1999-03-15 02:14:36 +01:00
|
|
|
|
2001-07-29 04:54:43 +02:00
|
|
|
MAKE_ENV+= PTHREAD_LIBS=${PTHREAD_LIBS}
|
|
|
|
|
1999-03-15 02:14:36 +01:00
|
|
|
USE_X_PREFIX= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= flwm.1
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/flwm
|
1999-03-15 02:14:36 +01:00
|
|
|
|
2004-08-28 19:32:42 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
2004-08-27 22:18:10 +02:00
|
|
|
|
2004-08-28 19:32:42 +02:00
|
|
|
# could be a problem if both versions of freetype are installed
|
|
|
|
.if exists(${LOCALBASE}/include/freetype1/freetype/freetype.h)
|
|
|
|
CONFIGURE_ARGS= --includedir="-I${LOCALBASE}/include -I${LOCALBASE}/include/freetype1"
|
|
|
|
.elif exists(${LOCALBASE}/include/freetype2/freetype/freetype.h)
|
|
|
|
CONFIGURE_ARGS= --includedir="-I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2"
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|