blob: 9616e1de5e57fb75ae6bcff4fd7045aef388e389 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# New ports collection makefile for: wmfire
# Date created: 21 October 1999
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
#
# $FreeBSD$
#
PORTNAME= wmfire
PORTVERSION= 0.0.3.9
CATEGORIES= sysutils
MASTER_SITES= http://www.zebra.net/~dm/wmfire/
DISTNAME= wmfire-0.0.3.9pre4
MAINTAINER= jedgar@fxp.org
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-x
CONFIGURE_ENV+= CFLAGS="-I${PREFIX}/include ${CFLAGS}" \
LIBS="-L${PREFIX}/lib"
.include <bsd.port.mk>
|