mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
28 lines
603 B
Makefile
28 lines
603 B
Makefile
# 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= ftp://ftp.mezaway.org/pub/DockApps/
|
|
|
|
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>
|