1995-05-03 05:39:10 +00:00
|
|
|
# New ports collection makefile for: xxgdb
|
|
|
|
# Date created: 2 May 1995
|
|
|
|
# Whom: jkh
|
|
|
|
#
|
1999-08-25 05:57:29 +00:00
|
|
|
# $FreeBSD$
|
1995-05-03 05:39:10 +00:00
|
|
|
#
|
|
|
|
|
2000-04-14 05:44:42 +00:00
|
|
|
PORTNAME= xxgdb
|
|
|
|
PORTVERSION= 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
|
|
|
|
1999-08-31 06:53:31 +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:
|
1999-01-05 05:37:36 +00:00
|
|
|
cd ${WRKSRC}; gcc -o xxgdbiowin -O2 xxgdbiowin.c
|
1995-06-20 08:01:36 +00:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
install -c -s ${WRKSRC}/xxgdbiowin ${PREFIX}/bin
|
|
|
|
|
1995-05-03 05:39:10 +00:00
|
|
|
.include <bsd.port.mk>
|