blob: c2c7ae19d50a95c9aaa24fe2905e7f7e9b6c4bfe (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# New ports collection makefile for: wminet
# Date created: 23 May 1999
# Whom: Stephen Kiernan <sk-ports@vegamuse.org>
#
# $FreeBSD$
#
PORTNAME= wminet
PORTVERSION= 2.0.3
PORTREVISION= 2
CATEGORIES= sysutils windowmaker
MASTER_SITES= http://freebsd.unixfreunde.de/sources/ \
http://mirror2.unixfreunde.de/
MAINTAINER= ports@FreeBSD.org
COMMENT= Window Maker dockable inetd monitor
WRKSRC= ${WRKDIR}/wminet.app/wminet
USE_XORG= x11 xpm
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/../HINTS ${DOCSDIR}
.endif
.include <bsd.port.mk>
|