freebsd-ports/www/wmnetselect/Makefile
Satoshi Taoka 3972d8d246 WindowMaker Netscape launcher to display urls from X selection
PR:		ports/10467
Submitted by:	David McNett  <nugget@slacker.com>
1999-03-31 06:24:17 +00:00

24 lines
498 B
Makefile

# New ports collection makefile for: wmnetselect
# Version required: 0.4
# Date created: 7 March 1999
# Whom: David McNett <nugget@slacker.com>
#
# $Id$
#
DISTNAME= wmnetselect-0.4
CATEGORIES= www windowmaker
MASTER_SITES= http://home.att.net/~apathos/code/
MAINTAINER= nugget@slacker.com
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
USE_IMAKE= yes
NO_INSTALL_MANPAGES= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wmnetselect ${X11BASE}/bin
.include <bsd.port.mk>