mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
38 lines
1.0 KiB
Makefile
38 lines
1.0 KiB
Makefile
|
# ex:ts=8
|
||
|
# Ports collection makefile for: ddd
|
||
|
# Version required: 2.0
|
||
|
# Date created: Tue Jan 28, 1997
|
||
|
# Whom: David O'Brien (obrien@FreeBSD.org)
|
||
|
#
|
||
|
# $Id: Makefile,v 1.5 1996/12/01 01:23:12 obrien Exp $
|
||
|
#
|
||
|
|
||
|
DISTNAME= ddd-2.0
|
||
|
CATEGORIES= devel
|
||
|
MASTER_SITES= ftp://ftp.ips.cs.tu-bs.de/pub/local/softech/ddd/ \
|
||
|
ftp://richb-pc.acc.qc.edu/pub/ddd/ \
|
||
|
ftp://ftp.gre.ac.uk/pub/tools/debuggers/ddd/bin/ \
|
||
|
ftp://uiarchive.cso.uiuc.edu/pub/packages/ddd/bin/ \
|
||
|
ftp://ftp.th-darmstadt.de/pub/programming/tools/ddd/bin/
|
||
|
|
||
|
MAINTAINER= obrien@NUXI.com
|
||
|
|
||
|
GNU_CONFIGURE= yes
|
||
|
USE_GMAKE= yes
|
||
|
REQUIRES_MOTIF= yes
|
||
|
MAN1= ddd.1
|
||
|
|
||
|
post-configure:
|
||
|
echo "LIBXM = ${MOTIFLIB}" >> ${WRKSRC}/ddd/Makefile
|
||
|
|
||
|
post-install:
|
||
|
.if !defined(NOPORTDOCS)
|
||
|
@${MKDIR} ${PREFIX}/share/doc/ddd
|
||
|
${INSTALL_DATA} ${WRKSRC}/doc/ddd-paper.ps ${PREFIX}/share/doc/ddd
|
||
|
${INSTALL_DATA} ${WRKSRC}/doc/ddd.man.ps ${PREFIX}/share/doc/ddd
|
||
|
${GZIP_CMD} ${PREFIX}/share/doc/ddd/ddd-paper.ps
|
||
|
${GZIP_CMD} ${PREFIX}/share/doc/ddd/ddd.man.ps
|
||
|
.endif
|
||
|
|
||
|
.include <bsd.port.mk>
|