diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 06:55:28 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 06:55:28 +0000 |
commit | 1679a3f535999d7959d45dfc6a5809c8e1ddf919 (patch) | |
tree | 865049fa69fc6341fbf7ffd3001ed8d78e56cfee /graphics/plotutils/Makefile | |
parent | 4ab73fde6eb5fc46fecfc39aec07fdcefbeff324 (diff) | |
download | ports-1679a3f535999d7959d45dfc6a5809c8e1ddf919.tar.gz ports-1679a3f535999d7959d45dfc6a5809c8e1ddf919.zip |
Notes
Diffstat (limited to 'graphics/plotutils/Makefile')
-rw-r--r-- | graphics/plotutils/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/graphics/plotutils/Makefile b/graphics/plotutils/Makefile index 403c7f4189a9..7e8b68d3c314 100644 --- a/graphics/plotutils/Makefile +++ b/graphics/plotutils/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: plotutils -# Date created: 19 June 1998 -# Whom: Chuck Robey (chuckr) -# +# Created by: Chuck Robey (chuckr) # $FreeBSD$ -# PORTNAME= plotutils PORTVERSION= 2.6 @@ -13,11 +9,11 @@ CATEGORIES= graphics MASTER_SITES= GNU MAINTAINER= stephen@FreeBSD.org -COMMENT= A plotting library and toolkit +COMMENT= Plotting library and toolkit LIB_DEPENDS= png15:${PORTSDIR}/graphics/png -USE_MOTIF= yes +USES= motif USE_AUTOTOOLS= libtool CONFIGURE_ARGS= --enable-libplotter --enable-libxmi --with-motif USE_LDCONFIG= yes |