mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
eb0567edea
- silence portlint PR: ports/97799 Submitted by: miwi Approved by: maintainer-timeout, lawrance (mentor, implicit)
29 lines
609 B
Makefile
29 lines
609 B
Makefile
# 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
|
|
CATEGORIES= sysutils windowmaker
|
|
MASTER_SITES= http://freebsd.unixfreunde.de/sources/ \
|
|
http://mirror2.unixfreunde.de/
|
|
|
|
MAINTAINER= sk-ports@vegamuse.org
|
|
COMMENT= Window Maker dockable inetd monitor
|
|
|
|
WRKSRC= ${WRKDIR}/wminet.app/wminet
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_XPM= yes
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
@${INSTALL_DATA} ${WRKSRC}/../HINTS ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|