1998-11-28 02:18:45 +00:00
|
|
|
# New ports collection makefile for: plotutils
|
1998-06-20 03:09:12 +00:00
|
|
|
# Version required: 2.1.1
|
|
|
|
# Date created: 19 June 1998
|
|
|
|
# Whom: Chuck Robey (chuckr)
|
|
|
|
#
|
1998-11-28 02:18:45 +00:00
|
|
|
# $Id: Makefile,v 1.3 1998/10/05 03:02:02 steve Exp $
|
1998-06-20 03:09:12 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= plotutils-2.1.1
|
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
|
|
|
|
|
|
MAINTAINER= chuckr@FreeBSD.ORG
|
|
|
|
|
1998-11-28 02:18:45 +00:00
|
|
|
USE_XLIB= yes
|
1998-06-20 03:09:12 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
.ifdef HAVE_MOTIF
|
1998-06-26 04:53:29 +00:00
|
|
|
CONFIGURE_ARGS= --with-motif
|
1998-06-20 03:09:12 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
post-install:
|
1998-10-05 03:06:04 +00:00
|
|
|
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
|
1998-06-20 03:09:12 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|