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

(-)b/misc/cdcollect/Makefile (-3 / +7 lines)
Lines 10-21 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}_source Link Here
10
MAINTAINER=	ports@FreeBSD.org
10
MAINTAINER=	ports@FreeBSD.org
11
COMMENT=	Simple CD catalog for GNOME
11
COMMENT=	Simple CD catalog for GNOME
12
12
13
BUILD_DEPENDS=	sqlite3>=3.0:databases/sqlite3
14
RUN_DEPENDS:=	${BUILD_DEPENDS}
15
16
LICENSE=	GPLv2
13
LICENSE=	GPLv2
17
LICENSE_FILE=	${WRKSRC}/COPYING
14
LICENSE_FILE=	${WRKSRC}/COPYING
18
15
16
DEPRECATE=	Unmaintained and dead upstream (12+ years) depends on \
17
		deprecated libraries as www/gtkhtml3.
18
EXPIRATION_DATE=2021-02-12
19
20
BUILD_DEPENDS=	sqlite3>=3.0:databases/sqlite3
21
RUN_DEPENDS:=	${BUILD_DEPENDS}
22
19
GNU_CONFIGURE=	yes
23
GNU_CONFIGURE=	yes
20
USES=		gettext gmake gnome localbase mono pathfix pkgconfig tar:bzip2
24
USES=		gettext gmake gnome localbase mono pathfix pkgconfig tar:bzip2
21
USE_GNOME=	gnomeprefix intlhack libgnome gnomesharp20
25
USE_GNOME=	gnomeprefix intlhack libgnome gnomesharp20

Return to bug 252622