1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00
freebsd-ports/x11/xmx/Makefile

24 lines
384 B
Makefile
Raw Normal View History

# New ports collection makefile for: xmx 1.1
# Date created: February 23, 1999
# Whom: Oliver Breuninger <ob@seicom.NET>
#
1999-08-31 02:51:23 +00:00
# $FreeBSD$
2000-04-13 19:19:05 +00:00
#
2000-04-13 19:19:05 +00:00
PORTNAME= xmx
2001-02-05 16:18:54 +00:00
PORTVERSION= 1.1
CATEGORIES= x11
MASTER_SITES= ftp://ftp.cs.brown.edu/pub/xmx/
EXTRACT_SUFX= .tar.Z
MAINTAINER= ob@breuninger.org
USE_X_PREFIX= yes
MAN1= xmx.1
post-install:
@strip ${PREFIX}/bin/xmx
.include <bsd.port.mk>