1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/misc/wmmand/Makefile
Chris Piazza bbed9774f9 Change my email address to FreeBSD.org.
Also some minor nits (extra fluff in all of my ports' DESCR files,
USE_XLIB defined when USE_X_PREFIX is also defined, etc).
1999-06-19 08:26:18 +00:00

30 lines
669 B
Makefile

# New ports collection makefile for: wmMand
# Version required: 1.0
# Date created: 16 April 1999
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
#
# $Id: Makefile,v 1.1.1.1 1999/04/30 05:48:00 taoka Exp $
DISTNAME= wmMand-1.0
PKGNAME= wmmand-1.0
CATEGORIES= misc windowmaker
MASTER_SITES= http://nis-www.lanl.gov/~mgh/WindowMaker/
MAINTAINER= cpiazza@FreeBSD.org
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
WRKSRC= ${WRKDIR}/${DISTNAME}/wmMand
USE_GMAKE= yes
USE_X_PREFIX= yes
ALL_TARGET= clean all
MAN1= wmMand.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wmMand ${PREFIX}/bin/
${INSTALL_MAN} ${WRKSRC}/wmMand.1 ${PREFIX}/man/man1/
.include <bsd.port.mk>