1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/sysutils/wminet/Makefile
David W. Chapman Jr. 8623f94f80 Update to 2.0.3
PR:		29775
Submitted by:	pat@databits.net
Approved by:	maintainer
2001-09-14 03:38:36 +00:00

27 lines
534 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://www.neotokyo.org/illusion/downloads/
MAINTAINER= sk-ports@vegamuse.org
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>