freebsd-ports/misc/wmmand/Makefile
Kevin Lo 1623b2c8a2 - Support X11BASE properly
- Remove USE_GMAKE

PR: 20547
Submitted by: Ports Fury
2000-08-12 08:23:35 +00:00

24 lines
451 B
Makefile

# New ports collection makefile for: wmMand
# Date created: 16 April 1999
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= wmmand
PORTVERSION= 1.0
CATEGORIES= misc windowmaker
MASTER_SITES= http://nis-www.lanl.gov/~mgh/WindowMaker/
DISTNAME= wmMand-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
WRKSRC= ${WRKDIR}/${DISTNAME}/wmMand
USE_X_PREFIX= yes
USE_XPM= yes
ALL_TARGET= clean all
MAN1= wmMand.1
.include <bsd.port.mk>