1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/math/xmgr/Makefile
Thomas Gellekum 822a1b31dc After purchasing a load of brand new pointy hats for the Import
That Never Should Have Happened(TM), here's an attempt to save the history.

Original log:

New port xmgr.
plotting tool for workstations, needs Motif or Lesstif.
Prerequisite for another 2 ports for webstatistics (gwstat, wwwstat).
1998-04-30 08:31:53 +00:00

22 lines
490 B
Makefile

# New ports collection makefile for: xmgr
# Version required: 3.01pl8
# Date created: So 2 Mär 1997 12:11:43 MET
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
# $Id: Makefile,v 1.1.1.1 1998/04/09 08:51:41 tg Exp $
#
DISTNAME= xmgr-3.01
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= applications
MAINTAINER= andreas@FreeBSD.ORG
WRKSRC= ${WRKDIR}/xmgr-3.01pl8/src
USE_IMAKE= yes
REQUIRES_MOTIF= yes
NO_INSTALL_MANPAGES= yes
.include <bsd.port.mk>