diff options
Diffstat (limited to 'audio/mxv/Makefile')
-rw-r--r-- | audio/mxv/Makefile | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/audio/mxv/Makefile b/audio/mxv/Makefile deleted file mode 100644 index 8b717f01f7e..00000000000 --- a/audio/mxv/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: mxv -# Version required: 1.10 -# Date created: 17 March 1997 -# Whom: davidn@blaze.net.au -# -# $Id: Makefile,v 1.1.1.1 1997/10/28 23:18:39 augustss Exp $ -# - -DISTNAME= mxv-v1.10-source -PKGNAME= mxv-1.10 -CATEGORIES= audio -MASTER_SITES= ftp://ftp.ccmrc.ucsb.edu/pub/MixViews/source/ - -#PATCH_SITES= ftp://ftp.ccmrc.ucsb.edu/pub/MixViews/source/ -#PATCHFILES= mxv-v1.10-patch01 -#Unfortunately, the above vendor patch does not apply cleanly, -#and and a hand-edited version is supplied in the patches subdir - -MAINTAINER= davidn@blaze.net.au - -BUILD_DEPENDS= ${LOCALBASE}/interviews/bin/FREEBSD/ivmkmf:${PORTSDIR}/x11/iv - -NO_WRKSUBDIR= yes -USE_IMAKE= yes -MAKE_ENV= CPU=FREEBSD -#ivmkmf -a (with makedepend) not recommended by documentation -XMKMF= env ${MAKE_ENV} ${LOCALBASE}/interviews/bin/FREEBSD/ivmkmf; \ - env ${MAKE_ENV} make Makefiles - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/FREEBSD/mxv ${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/MiXViews.res ${PREFIX}/lib/X11/app-defaults/MiXViews - -.include <bsd.port.mk> |