mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
24 lines
503 B
Makefile
24 lines
503 B
Makefile
# New ports collection makefile for: wmnetselect
|
|
# Version required: 0.4
|
|
# Date created: 7 March 1999
|
|
# Whom: David McNett <nugget@slacker.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= wmnetselect-0.8
|
|
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>
|