freebsd-ports/x11/wmessage/Makefile
Patrick Li 0308b478dd Repo-copyed to a more accurate category:
ports/misc/wmessage -> ports/x11/wmessage

Repo-copyed by:	joe (cvs)
Approved by:	lioux (portmgr)
PR:		ports/52979
Submitted by:	Alexey Dokuchaev <danfe@regency.nsu.ru>
2003-06-12 18:58:52 +00:00

29 lines
670 B
Makefile

# New ports collection makefile for: wmessage
# Date created: Mon Dec 17 20:18:07 EST 2001
# Whom: Patrick Li <pat@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= wmessage
PORTVERSION= 0.11
CATEGORIES= x11 windowmaker
MASTER_SITES= http://members.ozemail.com.au/~crn/wmessage/
MAINTAINER= pat@FreeBSD.org
COMMENT= A WINGs based message viewer similar to xmessage
BUILD_DEPENDS= get-wraster-flags:${PORTSDIR}/x11-wm/windowmaker
USE_X_PREFIX= yes
USE_XPM= yes
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/wmessage ${PREFIX}/bin
.ifndef(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/ChangeLog ${WRKSRC}/README \
${DOCSDIR}
.endif
.include <bsd.port.mk>