mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
25 lines
541 B
Makefile
25 lines
541 B
Makefile
# New ports collection makefile for: wmfire
|
|
# Version required: 0.0.3.9pre4
|
|
# Date created: 21 October 1999
|
|
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= wmfire-0.0.3.9pre4
|
|
PKGNAME= wmfire-0.0.3.9
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.zebra.net/~dm/wmfire/
|
|
|
|
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>
|