1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/cad/chipmunk/Makefile
Ed Schouten d8ec3cf74c Remove a piece of dead code from chipmunk.
This seems to be the only piece of code in the entire ports tree which
uses getpw(3) and it seems to be dead code anyway.

Approved by:	beat
Feature safe:	yes
2010-06-28 09:07:31 +00:00

41 lines
1.0 KiB
Makefile

# New ports collection makefile for: chipmunk
# Date created: 29 July 1995
# Whom: janek@gaja.ipan.lublin.pl
#
# $FreeBSD$
#
PORTNAME= chipmunk
PORTVERSION= 5.64
PORTREVISION= 3
CATEGORIES= cad
MASTER_SITES= http://www.cs.berkeley.edu/~lazzaro/chipmunk/pickup/sources/
DISTFILES= psys-1.59.tar.gz log-5.64.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.59.tar.gz log-5.64.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_XORG= x11
USE_GMAKE= yes
.include <bsd.port.pre.mk>
.if ${ARCH} == "alpha"
BROKEN= Broken pkg-plist on alpha
.elif ${ARCH} == "sparc64" && ${OSVERSION} >= 700042
BROKEN= Fails to install
.endif
post-extract:
@${CP} -f ${DISTDIR}/${DIST_SUBDIR}/Makefile ${WRKSRC}/Makefile
.include <bsd.port.post.mk>