1999-06-11 02:05:46 +02:00
|
|
|
# New ports collection makefile for: wminet
|
|
|
|
# Date created: 23 May 1999
|
|
|
|
# Whom: Stephen Kiernan <sk-ports@vegamuse.org>
|
|
|
|
#
|
1999-08-31 04:00:46 +02:00
|
|
|
# $FreeBSD$
|
1999-06-11 02:05:46 +02:00
|
|
|
#
|
|
|
|
|
2000-04-09 21:09:11 +02:00
|
|
|
PORTNAME= wminet
|
2001-09-14 05:38:36 +02:00
|
|
|
PORTVERSION= 2.0.3
|
2008-03-25 23:44:48 +01:00
|
|
|
PORTREVISION= 2
|
1999-06-11 02:05:46 +02:00
|
|
|
CATEGORIES= sysutils windowmaker
|
2006-06-08 03:15:34 +02:00
|
|
|
MASTER_SITES= http://freebsd.unixfreunde.de/sources/ \
|
|
|
|
http://mirror2.unixfreunde.de/
|
1999-06-11 02:05:46 +02:00
|
|
|
|
2006-09-05 11:35:49 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= Window Maker dockable inetd monitor
|
1999-06-11 02:05:46 +02:00
|
|
|
|
2000-08-12 10:00:10 +02:00
|
|
|
WRKSRC= ${WRKDIR}/wminet.app/wminet
|
|
|
|
|
2008-03-25 23:44:48 +01:00
|
|
|
USE_XORG= x11 xpm
|
1999-06-11 02:05:46 +02:00
|
|
|
|
|
|
|
post-install:
|
2000-08-12 10:00:10 +02:00
|
|
|
.if !defined(NOPORTDOCS)
|
2001-09-14 05:38:36 +02:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/../HINTS ${DOCSDIR}
|
1999-06-11 02:05:46 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|