aboutsummaryrefslogtreecommitdiffstats
path: root/devel/fpc-gdbint/Makefile
blob: 2ebd9643b784355137c4140242c6ff5f9b9ee820 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Created by: John Merryweather Cooper et al
# $FreeBSD$

CATEGORIES= devel
PKGNAMESUFFIX=  -gdbint

COMMENT=    Free Pascal unit providing interface to gdb

USE_FPC=    yes

MASTERDIR=  ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR= ${WRKUNITDIR}

.include "${MASTERDIR}/Makefile"