blob: 4f2e3dc4eabdf4d6591a045e7e9215e1228f4b0e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: wmnetselect
# Date created: 7 March 1999
# Whom: David McNett <nugget@slacker.com>
#
# $FreeBSD$
#
PORTNAME= wmnetselect
PORTVERSION= 0.8
CATEGORIES= www windowmaker
MASTER_SITES= http://home.att.net/~apathos/code/
MAINTAINER= nugget@slacker.com
USE_IMAKE= yes
USE_XPM= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wmnetselect ${X11BASE}/bin
.include <bsd.port.mk>
|