1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-07 22:58:11 +00:00
freebsd-ports/graphics/plotutils/Makefile

26 lines
500 B
Makefile
Raw Normal View History

1998-11-28 02:18:45 +00:00
# New ports collection makefile for: plotutils
# 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 $
#
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
GNU_CONFIGURE= yes
.ifdef HAVE_MOTIF
CONFIGURE_ARGS= --with-motif
.endif
post-install:
1998-10-05 03:06:04 +00:00
${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>