mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
35ca5f5829
PR: ports/77759 Submitted by: am Lawrance <boris at brooknet.com.au>
39 lines
986 B
Makefile
39 lines
986 B
Makefile
# New ports collection makefile for: chipmunk
|
|
# Date created: 29 July 1995
|
|
# Whom: janek@gaja.ipan.lublin.pl
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= chipmunk
|
|
PORTVERSION= 5.63
|
|
CATEGORIES= cad
|
|
MASTER_SITES= http://www.cs.berkeley.edu/~lazzaro/chipmunk/pickup/sources/
|
|
DISTFILES= psys-1.58.tar.gz log-5.63.tar.gz netcmp-1.13.tar.gz \
|
|
mosis-1.14.tar.gz wol-1.14.tar.gz wolcomp-1.14.tar.gz \
|
|
until-1.14.tar.gz util-1.11.tar.gz view-1.14.tar.gz \
|
|
Makefile
|
|
DIST_SUBDIR= chipmunk
|
|
EXTRACT_ONLY= psys-1.58.tar.gz log-5.63.tar.gz netcmp-1.13.tar.gz \
|
|
mosis-1.14.tar.gz wol-1.14.tar.gz wolcomp-1.14.tar.gz \
|
|
until-1.14.tar.gz util-1.11.tar.gz view-1.14.tar.gz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= An electronic CAD system
|
|
|
|
NO_WRKSUBDIR= yes
|
|
USE_XLIB= yes
|
|
USE_GMAKE= yes
|
|
USE_REINPLACE= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${ARCH} == "alpha"
|
|
BROKEN= "Broken pkg-plist on alpha"
|
|
.endif
|
|
|
|
post-extract:
|
|
@${CP} -f ${DISTDIR}/${DIST_SUBDIR}/Makefile ${WRKSRC}/Makefile
|
|
|
|
.include <bsd.port.post.mk>
|