aboutsummaryrefslogtreecommitdiffstats
path: root/x11/wmoldmenu2new/Makefile
blob: e77f35b9fff79a5b265df277bbc1d89c2205caf4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# New ports collection makefile for:    wm-oldmenu2new
# Date created:     6 September 2002
# Whom:         Bruce M Simpson <bms@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   wmoldmenu2new
PORTVERSION=    20020609
PORTREVISION=   2
CATEGORIES= x11
MASTER_SITES=   http://largo.windowmaker.org/files/
DISTNAME=   wm-oldmenu2new
EXTRACT_SUFX=   .gz

MAINTAINER= ports@FreeBSD.org
COMMENT=    Script to convert WindowMaker RootMenu menus to new PropList format

USE_XORG=   x11
NO_BUILD=   yes
NO_WRKSUBDIR=   yes
EXTRACT_AFTER_ARGS= > ${PORTNAME}

NOMAN=      # defined
PLIST_FILES=    bin/wmoldmenu2new

do-install:
    ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin

.include <bsd.port.mk>