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

(-)x11-toolkits/fl_editor/Makefile (-4 / +1 lines)
Lines 9-15 Link Here
9
PORTVERSION=	0.4.5
9
PORTVERSION=	0.4.5
10
PORTREVISION=	8
10
PORTREVISION=	8
11
CATEGORIES=	x11-toolkits
11
CATEGORIES=	x11-toolkits
12
MASTER_SITES=	http://robertk.com/source/fl_editor/
12
MASTER_SITES=	http://source.robertk.com/fl_editor/
13
EXTRACT_SUFX=	.tgz
13
EXTRACT_SUFX=	.tgz
14
14
15
MAINTAINER=	ports@FreeBSD.org
15
MAINTAINER=	ports@FreeBSD.org
Lines 17-25 Link Here
17
17
18
LIB_DEPENDS=	fltk.1:${PORTSDIR}/x11-toolkits/fltk
18
LIB_DEPENDS=	fltk.1:${PORTSDIR}/x11-toolkits/fltk
19
19
20
DEPRECATED=     Upstream disapear and distfile is no more available
21
EXPIRATION_DATE=        2011-05-01
22
23
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
24
CONFIGURE_ENV=	CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" \
21
CONFIGURE_ENV=	CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" \
25
		LIBS="${PTHREAD_LIBS}"
22
		LIBS="${PTHREAD_LIBS}"
(-)x11-toolkits/fl_editor/pkg-descr (-1 / +1 lines)
Lines 4-7 Link Here
4
display, find and replace, etc.  Also includes a couple of utility
4
display, find and replace, etc.  Also includes a couple of utility
5
widgets -- a status panel, and a progress bar.
5
widgets -- a status panel, and a progress bar.
6
6
7
WWW: http://robertk.com/source/
7
WWW: http://source.robertk.com/

Return to bug 155850