mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
a2a071eeb7
PR: ports/22990 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
30 lines
673 B
Makefile
30 lines
673 B
Makefile
# New ports collection makefile for: xxgdb
|
|
# Date created: 2 May 1995
|
|
# Whom: jkh
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xxgdb
|
|
PORTVERSION= 1.12
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
MASTER_SITE_SUBDIR= utilities
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
USE_IMAKE= yes
|
|
MAN1= xxgdb.1
|
|
|
|
# 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} && ${CC} ${CFLAGS} -o xxgdbiowin xxgdbiowin.c
|
|
|
|
post-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/xxgdbiowin ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|