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

(-)cad/qfsm/Makefile (+5 lines)
Lines 8-13 Link Here
8
8
9
PORTNAME=	qfsm
9
PORTNAME=	qfsm
10
PORTVERSION=	0.41
10
PORTVERSION=	0.41
11
PORTREVISION=	1
11
CATEGORIES=	cad
12
CATEGORIES=	cad
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
14
MASTER_SITE_SUBDIR=	${PORTNAME}
Lines 20-25 Link Here
20
USE_GMAKE=	yes
21
USE_GMAKE=	yes
21
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE=	yes
22
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
23
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
24
25
post-patch:
26
	@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
27
		's|^AM_CXXFLAGS =.*$$|AM_CXXFLAGS =|g'
23
28
24
do-install:
29
do-install:
25
	${INSTALL_PROGRAM} ${WRKSRC}/src/qfsm ${PREFIX}/bin
30
	${INSTALL_PROGRAM} ${WRKSRC}/src/qfsm ${PREFIX}/bin

Return to bug 51935