blob: 449078c5c7458111d90448c2a64a402dd9dd97f5 (
plain)
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
|
# 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>
|