Lines 2-11
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= upp |
4 |
PORTNAME= upp |
5 |
PORTVERSION= 10804 |
5 |
PORTVERSION= 11540 |
6 |
PORTREVISION= 1 |
|
|
7 |
CATEGORIES= devel x11-toolkits |
6 |
CATEGORIES= devel x11-toolkits |
8 |
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/2017.1/ |
7 |
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/2017.2/ |
9 |
DISTNAME= ${PORTNAME}-x11-src-${PORTVERSION} |
8 |
DISTNAME= ${PORTNAME}-x11-src-${PORTVERSION} |
10 |
|
9 |
|
11 |
MAINTAINER= m.sund@arcor.de |
10 |
MAINTAINER= m.sund@arcor.de |
Lines 50-56
Link Here
|
50 |
IDE_PLIST_FILES= bin/theide ${MANPREFIX}/man/man1/theide.1.gz |
49 |
IDE_PLIST_FILES= bin/theide ${MANPREFIX}/man/man1/theide.1.gz |
51 |
IDE_USE= XORG=x11,xau,xcb,xcursor,xdmcp,xext,xfixes,xft,xi,xinerama,xrandr,xrender \ |
50 |
IDE_USE= XORG=x11,xau,xcb,xcursor,xdmcp,xext,xfixes,xft,xi,xinerama,xrandr,xrender \ |
52 |
GNOME=cairo,gdkpixbuf2,gtk20 |
51 |
GNOME=cairo,gdkpixbuf2,gtk20 |
53 |
IDE_USES= gmake |
|
|
54 |
UMK_DESC= Build/install UMK (U++ MaKe command line utility) |
52 |
UMK_DESC= Build/install UMK (U++ MaKe command line utility) |
55 |
UMK_PLIST_FILES= bin/umk ${MANPREFIX}/man/man1/umk.1.gz |
53 |
UMK_PLIST_FILES= bin/umk ${MANPREFIX}/man/man1/umk.1.gz |
56 |
USEMALLOC_DESC= Compile without U++ heap allocator |
54 |
USEMALLOC_DESC= Compile without U++ heap allocator |
Lines 57-64
Link Here
|
57 |
USEMALLOC_VARS= MACRO_FLAGS+=-DflagUSEMALLOC |
55 |
USEMALLOC_VARS= MACRO_FLAGS+=-DflagUSEMALLOC |
58 |
SCD_DESC= Install spelling dictionaries (*.scd files) |
56 |
SCD_DESC= Install spelling dictionaries (*.scd files) |
59 |
SCD_VARS= PORTDATA+=*.scd |
57 |
SCD_VARS= PORTDATA+=*.scd |
60 |
SDL_USE= sql |
58 |
SDL_USE= SDL=sdl |
61 |
OPENGL_USE= gl |
59 |
OPENGL_USE= GL=gl,glu |
62 |
MYSQL_USE= mysql=yes |
60 |
MYSQL_USE= mysql=yes |
63 |
PGSQL_USES= pgsql |
61 |
PGSQL_USES= pgsql |
64 |
|
62 |
|
Lines 80-86
Link Here
|
80 |
${BUILD_WRKSRC}/Makefile \ |
78 |
${BUILD_WRKSRC}/Makefile \ |
81 |
${BUILD_WRKSRC}/uMakefile |
79 |
${BUILD_WRKSRC}/uMakefile |
82 |
${REINPLACE_CMD} -i '' -e 's|\(^CINC\)[[:blank:]]*=.*|\1 = ${CINC_GUI}| ; \ |
80 |
${REINPLACE_CMD} -i '' -e 's|\(^CINC\)[[:blank:]]*=.*|\1 = ${CINC_GUI}| ; \ |
83 |
/^OutDir_/s|-Gui-Linux|| ; /^OutDir_/s|-Mt|| ; \ |
81 |
/^OutDir_/s|-Gui-Linux|| ; \ |
84 |
s|-ldl|-lXau -lXdmcp -lxcb -lexecinfo|' \ |
82 |
s|-ldl|-lXau -lXdmcp -lxcb -lexecinfo|' \ |
85 |
${BUILD_WRKSRC}/Makefile |
83 |
${BUILD_WRKSRC}/Makefile |
86 |
${REINPLACE_CMD} -i '' -e 's|\(^CINC\)[[:blank:]]*=.*|\1 = ${CINC_CONSOLE}| ; \ |
84 |
${REINPLACE_CMD} -i '' -e 's|\(^CINC\)[[:blank:]]*=.*|\1 = ${CINC_CONSOLE}| ; \ |