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
|
2000-09-27 02:54:57 +00:00
|
|
|
MAN1= xxgdb.1
|
1995-05-03 05:39:10 +00:00
|
|
|
|
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:
|
2000-11-22 16:09:07 +00:00
|
|
|
cd ${WRKSRC} && ${CC} ${CFLAGS} -o xxgdbiowin xxgdbiowin.c
|
1995-06-20 08:01:36 +00:00
|
|
|
|
|
|
|
post-install:
|
2000-11-22 16:09:07 +00:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/xxgdbiowin ${PREFIX}/bin
|
1995-06-20 08:01:36 +00:00
|
|
|
|
1995-05-03 05:39:10 +00:00
|
|
|
.include <bsd.port.mk>
|