View | Details | Raw Unified | Return to bug 252890 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-7 / +12 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	tiemu3
4
PORTNAME=	tiemu3
5
PORTVERSION=	3.03
5
PORTVERSION=	3.03
6
PORTREVISION=	9
6
PORTREVISION=	10
7
CATEGORIES=	emulators
7
CATEGORIES=	emulators
8
MASTER_SITES=	SF/gtktiemu/tiemu-linux/TIEmu%20${DISTVERSION}
8
MASTER_SITES=	SF/gtktiemu/tiemu-linux/TIEmu%20${DISTVERSION}
9
DISTNAME=	tiemu-${DISTVERSION}
9
DISTNAME=	tiemu-${DISTVERSION}
Lines 12-30 Link Here
12
MAINTAINER=	cyberbotx@cyberbotx.com
12
MAINTAINER=	cyberbotx@cyberbotx.com
13
COMMENT=	TI89(ti)/92(+)/V200 hand-helds emulator
13
COMMENT=	TI89(ti)/92(+)/V200 hand-helds emulator
14
14
15
LIB_DEPENDS=	libticalcs2.so:comms/libticalcs2 \
15
LICENSE=	GPLv2
16
17
LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
18
		libfreetype.so:print/freetype2 \
16
		libticables2.so:comms/libticables2 \
19
		libticables2.so:comms/libticables2 \
20
		libticalcs2.so:comms/libticalcs2 \
21
		libticonv.so:converters/libticonv \
17
		libtifiles2.so:devel/libtifiles2
22
		libtifiles2.so:devel/libtifiles2
18
23
19
USES=		gmake gnome groff libtool pkgconfig sdl
24
USES=		gmake gnome groff libtool localbase pkgconfig sdl
20
GNU_CONFIGURE=	yes
25
USE_GNOME=	cairo gdkpixbuf2 gtk20 libglade2
21
USE_GNOME=	gtk20 libglade2
22
USE_SDL=	sdl
26
USE_SDL=	sdl
23
27
24
CPPFLAGS+=	-I${LOCALBASE}/include
28
GNU_CONFIGURE=	yes
25
LDFLAGS+=	-L${LOCALBASE}/lib -export-dynamic
26
CONFIGURE_ARGS=	--disable-gdb --without-kde
29
CONFIGURE_ARGS=	--disable-gdb --without-kde
27
30
31
LDFLAGS+=	-Wl,-E
32
28
OPTIONS_DEFINE=	NLS
33
OPTIONS_DEFINE=	NLS
29
OPTIONS_SUB=	yes
34
OPTIONS_SUB=	yes
30
35

Return to bug 252890