mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
96f852bf32
Noticed by: Bill Fenner <fenner@parc.xerox.com>
40 lines
1.1 KiB
Makefile
40 lines
1.1 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.3 1997/06/04 18:21:35 obrien Exp $
|
|
#
|
|
|
|
DISTNAME= ddd-2.1.1
|
|
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/ \
|
|
ftp://uiarchive.cso.uiuc.edu/pub/packages/ddd/ \
|
|
ftp://ftp.th-darmstadt.de/pub/programming/tools/ddd/
|
|
|
|
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}/FAQ ${PREFIX}/share/doc/ddd
|
|
${INSTALL_DATA} ${WRKSRC}/PROBLEMS ${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>
|