mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
36fa428c71
already in the Makefile) but it installs in /usr/X11R6.
25 lines
642 B
Makefile
25 lines
642 B
Makefile
# New ports collection makefile for: vcg
|
|
# Version required: 1.30.r3.17
|
|
# Date created: 19 February 1995
|
|
# Whom: hsu
|
|
#
|
|
# $Id: Makefile,v 1.3 1995/04/09 07:09:43 asami Exp $
|
|
#
|
|
|
|
DISTNAME= vcg.1.30
|
|
PKGNAME= vcg-1.30
|
|
CATEGORIES+= graphics
|
|
MASTER_SITES= ftp://ftp.cs.uni-sb.de/pub/graphics/vcg/
|
|
DISTFILES= vcg.1.30.r3.17.tgz
|
|
|
|
USE_X11= yes
|
|
|
|
pre-patch:
|
|
@mkdir -p ${WRKSRC}/preconf/X11ccFreeBSD
|
|
@cp ${FILESDIR}/conf ${WRKSRC}/preconf/X11ccFreeBSD
|
|
@cp ${FILESDIR}/demo.csh ${WRKSRC}/preconf/X11ccFreeBSD
|
|
@cp ${FILESDIR}/globals.h ${WRKSRC}/preconf/X11ccFreeBSD
|
|
@cp ${FILESDIR}/tMakefile ${WRKSRC}/preconf/X11ccFreeBSD
|
|
|
|
.include <bsd.port.mk>
|