Lines 12-20
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= ticalcs2:${PORTSDIR}/comms/libticalcs2 \ |
15 |
LIB_DEPENDS= libticalcs2.so:${PORTSDIR}/comms/libticalcs2 \ |
16 |
ticables2:${PORTSDIR}/comms/libticables2 \ |
16 |
libticables2.so:${PORTSDIR}/comms/libticables2 \ |
17 |
tifiles2:${PORTSDIR}/devel/libtifiles2 |
17 |
libtifiles2.so:${PORTSDIR}/devel/libtifiles2 |
18 |
|
18 |
|
19 |
USES= gmake pkgconfig |
19 |
USES= gmake pkgconfig |
20 |
USE_AUTOTOOLS= libtool |
20 |
USE_AUTOTOOLS= libtool |
Lines 23-48
Link Here
|
23 |
|
23 |
|
24 |
CPPFLAGS+= -I${LOCALBASE}/include |
24 |
CPPFLAGS+= -I${LOCALBASE}/include |
25 |
LDFLAGS+= -L${LOCALBASE}/lib -export-dynamic |
25 |
LDFLAGS+= -L${LOCALBASE}/lib -export-dynamic |
26 |
CONFIGURE_ARGS= --disable-gdb |
26 |
CONFIGURE_ARGS= --disable-gdb --without-kde |
27 |
|
27 |
|
28 |
MAN1= tiemu.1 |
|
|
29 |
|
30 |
NO_STAGE= yes |
31 |
|
32 |
OPTIONS_DEFINE= NLS |
28 |
OPTIONS_DEFINE= NLS |
|
|
29 |
OPTIONS_SUB= yes |
33 |
|
30 |
|
34 |
.include <bsd.port.options.mk> |
31 |
NLS_USES= gettext |
|
|
32 |
NLS_CONFIGURE_ENABLE= nls |
35 |
|
33 |
|
36 |
.if ${PORT_OPTIONS:MNLS} |
|
|
37 |
USES+= gettext |
38 |
PLIST_SUB= NLS="" |
39 |
.else |
40 |
CONFIGURE_ARGS+= --disable-nls |
41 |
PLIST_SUB= NLS="@comment " |
42 |
.endif |
43 |
|
44 |
CONFIGURE_ARGS+= --without-kde |
45 |
|
46 |
post-patch: .SILENT |
34 |
post-patch: .SILENT |
47 |
${REINPLACE_CMD} -E 's,(install-data-am:).*$$,\1,' ${WRKSRC}/Makefile.in |
35 |
${REINPLACE_CMD} -E 's,(install-data-am:).*$$,\1,' ${WRKSRC}/Makefile.in |
48 |
${REINPLACE_CMD} -e 's,defined(__LINUX__),& || defined(__BSD__),' \ |
36 |
${REINPLACE_CMD} -e 's,defined(__LINUX__),& || defined(__BSD__),' \ |