View | Details | Raw Unified | Return to bug 176936
Collapse All | Expand All

(-)devel/fpc-bfd/Makefile (-6 / +4 lines)
Lines 1-9 Link Here
1
# New ports collection makefile for:	Free Pascal Compiler
1
# Created by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
2
# Date created: 			2006-06-05
3
# Whom: 				Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
4
#
5
# $FreeBSD$
2
# $FreeBSD$
6
#
7
3
8
PORTREVISION=	0
4
PORTREVISION=	0
9
CATEGORIES=	devel lang
5
CATEGORIES=	devel lang
Lines 18-23 Link Here
18
WRKUNITDIR=	${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
14
WRKUNITDIR=	${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
19
EXTRACTUNITDIR+=	${WRKUNITDIR}
15
EXTRACTUNITDIR+=	${WRKUNITDIR}
20
16
21
OPTIONS=	LIBBFD	"Install Universal BFD library from GNU binutils"	on
17
OPTIONS_DEFINE=	LIBBFD
18
LIBBFD_DESC=	Install Universal BFD library from GNU binutils
19
OPTIONS_DEFAULT=	LIBBFD
22
20
23
.include "${MASTERDIR}/Makefile"
21
.include "${MASTERDIR}/Makefile"
(-)devel/fpc-dbus/Makefile (-6 / +4 lines)
Lines 1-9 Link Here
1
# New ports collection makefile for:	fpc-dbus
1
# Created by: Christopher Key <cjk32@cam.ac.uk>
2
# Date created:		2010-04-22
3
# Whom:			Christopher Key <cjk32@cam.ac.uk>
4
#
5
# $FreeBSD$
2
# $FreeBSD$
6
#
7
3
8
PORTREVISION=	0
4
PORTREVISION=	0
9
CATEGORIES=	devel lang
5
CATEGORIES=	devel lang
Lines 18-23 Link Here
18
WRKUNITDIR=	${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
14
WRKUNITDIR=	${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
19
EXTRACTUNITDIR+=	${WRKUNITDIR}
15
EXTRACTUNITDIR+=	${WRKUNITDIR}
20
16
21
OPTIONS=	DBUS	"Install dbus library"	on
17
OPTIONS_DEFINE=	DBUS
18
DBUS_DESC=	Install dbus library
19
OPTIONS_DEFAULT=	DBUS
22
20
23
.include "${MASTERDIR}/Makefile"
21
.include "${MASTERDIR}/Makefile"
(-)devel/fpc-newt/Makefile (-6 / +4 lines)
Lines 1-9 Link Here
1
# New ports collection makefile for:	fpc-newt
1
# Created by: Christopher Key <cjk32@cam.ac.uk>
2
# Date created:		2010-04-22
3
# Whom:			Christopher Key <cjk32@cam.ac.uk>
4
#
5
# $FreeBSD$
2
# $FreeBSD$
6
#
7
3
8
PORTREVISION=	1
4
PORTREVISION=	1
9
CATEGORIES=	devel lang
5
CATEGORIES=	devel lang
Lines 18-23 Link Here
18
WRKUNITDIR=	${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
14
WRKUNITDIR=	${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
19
EXTRACTUNITDIR+=	${WRKUNITDIR}
15
EXTRACTUNITDIR+=	${WRKUNITDIR}
20
16
21
OPTIONS=	NEWT   "Install newt library"     on
17
OPTIONS_DEFINE=	NEWT
18
NEWT_DESC=	Install newt library
19
OPTIONS_DEFAULT=	NEWT
22
20
23
.include "${MASTERDIR}/Makefile"
21
.include "${MASTERDIR}/Makefile"
(-)devel/fpc-sdl/Makefile (-6 / +4 lines)
Lines 1-9 Link Here
1
# New ports collection makefile for:	fpc-sdl
1
# Created by: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
2
# Date created:		2009-01-06
3
# Whom:			Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
4
#
5
# $FreeBSD$
2
# $FreeBSD$
6
#
7
3
8
PORTVERSION=	0
4
PORTVERSION=	0
9
PORTREVISION=	3
5
PORTREVISION=	3
Lines 19-24 Link Here
19
WRKUNITDIR=	${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
15
WRKUNITDIR=	${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
20
EXTRACTUNITDIR+=	${WRKUNITDIR}
16
EXTRACTUNITDIR+=	${WRKUNITDIR}
21
17
22
OPTIONS=	SDL   "Install SDL library"     on
18
OPTIONS_DEFINE=	SDL
19
SDL_DESC=	Install SDL library
20
OPTIONS_DEFAULT=	SDL
23
21
24
.include "${MASTERDIR}/Makefile"
22
.include "${MASTERDIR}/Makefile"

Return to bug 176936