pkgsrc/net/wminet/Makefile
wiz 2c72a9f0b9 Remove xextproto/buildlink3.mk in most cases where it occurs with
libXext/buildlink3.mk, now that it is included there.
Leave the places where its API version is set or variables from it
are used directly (about 3 packages).
2012-10-23 10:24:02 +00:00

27 lines
723 B
Makefile

# $NetBSD: Makefile,v 1.13 2012/10/23 10:24:10 wiz Exp $
DISTNAME= wmnet-1.2
PKGNAME= wminet-1.2
PKGREVISION= 1
CATEGORIES= net x11
MASTER_SITES= ftp://ftp.enteract.com/users/rneswold/
MAINTAINER= coto@core.de
HOMEPAGE= http://users.rcn.com/rneswold/
COMMENT= Dockable network monitor
PKG_DESTDIR_SUPPORT= user-destdir
NOT_FOR_PLATFORM= Interix-*-* # no userland protocol stack support
USE_X11BASE= YES
INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wminet ${DESTDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/wmnet.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/wminet.1
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libXpm/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"