diff options
author | Steve Price <steve@FreeBSD.org> | 1999-09-18 17:40:39 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-09-18 17:40:39 +0000 |
commit | b6b33c519fb8a239fcc549f38cbcf493a6e05f75 (patch) | |
tree | 329fd584d9f986c402ab418cfdb5bc0a9cc19a95 /x11/dxpc/Makefile | |
parent | 6e43b21b0553fa73bd487550aa792a333e4c7992 (diff) | |
download | ports-b6b33c519fb8a239fcc549f38cbcf493a6e05f75.tar.gz ports-b6b33c519fb8a239fcc549f38cbcf493a6e05f75.zip |
Notes
Diffstat (limited to 'x11/dxpc/Makefile')
-rw-r--r-- | x11/dxpc/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/x11/dxpc/Makefile b/x11/dxpc/Makefile index 5ede6efb6f27..2d2dbb8a33a6 100644 --- a/x11/dxpc/Makefile +++ b/x11/dxpc/Makefile @@ -1,22 +1,24 @@ # New ports collection makefile for: dxpc -# Version required: 3.7.0 +# Version required: 3.8.0 # Date created: 2 May 1998 # Whom: Bruce A. Mah <bmah@ca.sandia.gov> # # $FreeBSD$ # -DISTNAME= dxpc-3.7.0 +DISTNAME= dxpc-3.8.0 CATEGORIES= x11 -MASTER_SITES= ${MASTER_SITE_XCONTRIB} -MASTER_SITE_SUBDIR= utilities +MASTER_SITES= http://www.vigor.nu/dxpc/3.8.0/ MAINTAINER= bmah@ca.sandia.gov +LIB_DEPENDS= lzo.1:${PORTSDIR}/archivers/lzo + MAN1= dxpc.1 GNU_CONFIGURE= yes USE_X_PREFIX= yes +CONFIGURE_ARGS+= --with-lzo-lib=${LOCALBASE} post-install: strip ${PREFIX}/bin/dxpc |