diff options
Diffstat (limited to 'www/wmnetselect/Makefile')
-rw-r--r-- | www/wmnetselect/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/www/wmnetselect/Makefile b/www/wmnetselect/Makefile new file mode 100644 index 0000000..e66c161 --- /dev/null +++ b/www/wmnetselect/Makefile @@ -0,0 +1,23 @@ +# 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> |