mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
15416c762b
Hat: portmgr
29 lines
605 B
Makefile
29 lines
605 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= ports@FreeBSD.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>
|