1999-06-11 00:05:46 +00:00
|
|
|
# New ports collection makefile for: wminet
|
|
|
|
# Date created: 23 May 1999
|
|
|
|
# Whom: Stephen Kiernan <sk-ports@vegamuse.org>
|
|
|
|
#
|
1999-08-31 02:00:46 +00:00
|
|
|
# $FreeBSD$
|
1999-06-11 00:05:46 +00:00
|
|
|
#
|
|
|
|
|
2000-04-09 19:09:11 +00:00
|
|
|
PORTNAME= wminet
|
2000-04-22 10:14:11 +00:00
|
|
|
PORTVERSION= 2.0.2
|
1999-06-11 00:05:46 +00:00
|
|
|
CATEGORIES= sysutils windowmaker
|
2000-03-01 07:37:00 +00:00
|
|
|
MASTER_SITES= http://www.neotokyo.org/illusion/
|
1999-06-11 00:05:46 +00:00
|
|
|
|
|
|
|
MAINTAINER= sk-ports@vegamuse.org
|
|
|
|
|
|
|
|
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
|
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/wminet.app/wminet
|
|
|
|
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
post-install:
|
|
|
|
${MKDIR} ${PREFIX}/share/doc/wminet
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/../HINTS ${PREFIX}/share/doc/wminet
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|