mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
Compile and install xxgdbiowin. It is required by the "iowin" feature
of the debugger. Pointed-out by: murphyp1@AIXDev1.ais.msu.edu (Patrick Murphy)
This commit is contained in:
parent
8360a75fd7
commit
272ada83bf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1844
@ -3,7 +3,7 @@
|
||||
# Date created: 2 May 1995
|
||||
# Whom: jkh
|
||||
#
|
||||
# $Id: Makefile,v 1.8 1995/04/09 10:05:08 asami Exp $
|
||||
# $Id: Makefile,v 1.1.1.1 1995/05/03 05:39:09 asami Exp $
|
||||
#
|
||||
|
||||
DISTNAME= xxgdb-1.11
|
||||
@ -15,4 +15,14 @@ MAINTAINER= asami@FreeBSD.ORG
|
||||
|
||||
USE_IMAKE= yes
|
||||
|
||||
# This isn't included in the original Imakefile for some reason.
|
||||
# Yes, I know this will recompile the program every time, but
|
||||
# we have the cookie anyway and it's much easier this way
|
||||
# than modifying the Imakefile.
|
||||
post-build:
|
||||
cd ${WRKSRC}; gcc -o xxgdbiowin -m486 -O2 xxgdbiowin.c
|
||||
|
||||
post-install:
|
||||
install -c -s ${WRKSRC}/xxgdbiowin ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,6 @@
|
||||
@mode 755
|
||||
bin/xxgdb
|
||||
bin/xxgdbiowin
|
||||
@mode 444
|
||||
man/man1/xxgdb.1.gz
|
||||
lib/X11/app-defaults/XDbx
|
||||
|
Loading…
Reference in New Issue
Block a user