1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/sysutils/wminet/Makefile
Ion-Mihai Tetcu eb0567edea - Fix MASTER_SITES
- silence portlint

PR:		ports/97799
Submitted by:	miwi
Approved by:	maintainer-timeout, lawrance (mentor, implicit)
2006-06-08 01:15:34 +00:00

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>