1995-05-03 05:39:10 +00:00
|
|
|
# New ports collection makefile for: xxgdb
|
1995-11-26 10:24:26 +00:00
|
|
|
# Version required: 1.12
|
1995-05-03 05:39:10 +00:00
|
|
|
# Date created: 2 May 1995
|
|
|
|
# Whom: jkh
|
|
|
|
#
|
1997-12-25 22:29:52 +00:00
|
|
|
# $Id: Makefile,v 1.5 1996/11/18 09:52:36 asami Exp $
|
1995-05-03 05:39:10 +00:00
|
|
|
#
|
|
|
|
|
1995-11-26 10:24:26 +00:00
|
|
|
DISTNAME= xxgdb-1.12
|
1996-11-18 09:56:45 +00:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
|
|
MASTER_SITE_SUBDIR= utilities
|
1995-05-03 05:39:10 +00:00
|
|
|
|
1997-12-25 22:29:52 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.ORG
|
1995-05-03 05:39:10 +00:00
|
|
|
|
|
|
|
USE_IMAKE= yes
|
|
|
|
|
1995-06-20 08:01:36 +00:00
|
|
|
# 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
|
|
|
|
|
1995-05-03 05:39:10 +00:00
|
|
|
.include <bsd.port.mk>
|