blob: 1444e9e3c7bca99b4f2c3ae5a1f3d9e3440ebe28 (
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
27
|
# New ports collection makefile for: wminet
# Version required: 2.0.2
# Date created: 23 May 1999
# Whom: Stephen Kiernan <sk-ports@vegamuse.org>
#
# $FreeBSD$
#
DISTNAME= wminet-2.0.2
CATEGORIES= sysutils windowmaker
MASTER_SITES= http://www.neotokyo.org/illusion/
MAINTAINER= sk-ports@vegamuse.org
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
USE_X_PREFIX= yes
WRKSRC= ${WRKDIR}/wminet.app/wminet
.if !defined(NOPORTDOCS)
post-install:
${MKDIR} ${PREFIX}/share/doc/wminet
${INSTALL_MAN} ${WRKSRC}/../HINTS ${PREFIX}/share/doc/wminet
.endif
.include <bsd.port.mk>
|