mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
24 lines
381 B
Makefile
24 lines
381 B
Makefile
# New ports collection makefile for: xmx 1.1
|
|
# Date created: February 23, 1999
|
|
# Whom: Oliver Breuninger <ob@seicom.NET>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xmx
|
|
PORTVERSION= 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>
|