aboutsummaryrefslogtreecommitdiffstats
path: root/x11/xmx/Makefile
blob: c430fd934830025a4f20759ba95bca1fb65f8742 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:    xmx 1.1
# Version required: 1.1
# Date created:     February 23, 1999
# Whom:         Oliver Breuninger <ob@seicom.NET>
#
# $FreeBSD$

DISTNAME=   xmx-1.1
CATEGORIES= x11
MASTER_SITES=   ftp://ftp.cs.brown.edu/pub/xmx/
EXTRACT_SUFX=   .tar.Z

MAINTAINER= ob@seicom.NET

USE_X_PREFIX=   yes

MAN1=       xmx.1

post-install:
    @strip ${PREFIX}/bin/xmx

.include <bsd.port.mk>