2000-06-07 18:53:29 +02:00
|
|
|
# New ports collection makefile for: moonshine
|
2000-11-01 16:51:11 +01:00
|
|
|
# Date created: 26 April 2000
|
|
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
2000-06-07 18:53:29 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= moonshine
|
2001-04-05 18:29:00 +02:00
|
|
|
PORTVERSION= 1.1.5
|
2000-06-07 18:53:29 +02:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= ftp://ftp.suite3220.com/pub/Moonshine/1.1/src/
|
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
|
|
|
|
2003-07-29 11:12:37 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A customizable IDE that supports a wide variety of languages
|
2000-06-07 18:53:29 +02:00
|
|
|
|
2001-04-03 10:14:43 +02:00
|
|
|
USE_QT_VER= 2
|
2000-06-07 18:53:29 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
USE_XLIB= yes
|
2003-11-15 21:37:04 +01:00
|
|
|
USE_REINPLACE= yes
|
2000-06-07 18:53:29 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2001-04-05 18:29:00 +02:00
|
|
|
CONFIGURE_ENV= QTDIR="${X11BASE}"
|
2001-04-04 09:52:38 +02:00
|
|
|
QTCPPFLAGS+= -I${X11BASE}/include
|
2000-06-07 18:53:29 +02:00
|
|
|
|
2001-03-11 10:04:13 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2003-05-18 11:17:40 +02:00
|
|
|
.if ${OSVERSION} >= 500113
|
|
|
|
BROKEN= "Does not compile"
|
|
|
|
.endif
|
|
|
|
|
2001-03-11 10:04:13 +01:00
|
|
|
.if ${MACHINE_ARCH} == "alpha"
|
|
|
|
CFLAGS+= -O0
|
|
|
|
.endif
|
|
|
|
|
2000-06-07 18:53:29 +02:00
|
|
|
pre-configure:
|
2003-11-15 21:37:04 +01:00
|
|
|
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
|
|
|
|
's|\$${prefix}/moonshine|$${prefix}/share/moonshine| ; \
|
|
|
|
s|@INSTBIN@|${PREFIX}/bin| ; s|moc -o|$$(MOC) -o|'
|
|
|
|
@${REINPLACE_CMD} -e 's|/usr/share/moonshine|${PREFIX}/share/moonshine|' \
|
2001-03-11 10:04:13 +01:00
|
|
|
${WRKSRC}/include/tags.h
|
2000-06-07 18:53:29 +02:00
|
|
|
|
2001-03-11 10:04:13 +01:00
|
|
|
.include <bsd.port.post.mk>
|