mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
7e52725f2a
Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
26 lines
570 B
Makefile
26 lines
570 B
Makefile
# 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= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= jedgar
|
|
DISTNAME= wmfire-0.0.3.9pre4
|
|
|
|
MAINTAINER= jedgar@FreeBSD.org
|
|
COMMENT= Window Maker dock app showing load average as a flame
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_XPM= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-x
|
|
CONFIGURE_ENV= CFLAGS="-I${PREFIX}/include ${CFLAGS}" \
|
|
LIBS="-L${PREFIX}/lib"
|
|
|
|
.include <bsd.port.mk>
|