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

Collapse All | Expand All

(-)x11-toolkits/rep-gtk2/Makefile (-10 / +6 lines)
Lines 1-16 Link Here
1
# New ports collection makefile for:   rep-gtk
1
# Created by: Yukihiro Nakai <nakai@FreeBSD.org>
2
# Date created:        06 October 1999
3
# Whom:                Yukihiro Nakai <nakai@FreeBSD.org>
4
#
5
# $FreeBSD: head/x11-toolkits/rep-gtk2/Makefile 301619 2012-07-27 14:21:06Z bapt $
2
# $FreeBSD: head/x11-toolkits/rep-gtk2/Makefile 301619 2012-07-27 14:21:06Z bapt $
6
#    $MCom: ports/x11-toolkits/rep-gtk2/Makefile,v 1.8 2006/07/18 16:50:28 ahze Exp $
7
3
8
PORTNAME=	rep-gtk2
4
PORTNAME=	rep-gtk2
9
PORTVERSION=	0.90.7
5
PORTVERSION=	0.90.8.1
10
PORTREVISION=	1
11
PORTEPOCH=	1
6
PORTEPOCH=	1
12
CATEGORIES=	x11-toolkits
7
CATEGORIES=	x11-toolkits
13
MASTER_SITES=	http://download.tuxfamily.org/librep/rep-gtk/
8
MASTER_SITES=	http://download.tuxfamily.org/librep/rep-gtk/%SUBDIR%/
9
MASTER_SITE_SUBDIR=	. Archive
14
DISTNAME=	rep-gtk-${PORTVERSION}
10
DISTNAME=	rep-gtk-${PORTVERSION}
15
11
16
MAINTAINER=	ports@FreeBSD.org
12
MAINTAINER=	ports@FreeBSD.org
Lines 18-30 Link Here
18
14
19
LICENSE=	GPLv2
15
LICENSE=	GPLv2
20
16
21
LIB_DEPENDS=	rep.16:${PORTSDIR}/lang/librep
17
LIB_DEPENDS=	rep:${PORTSDIR}/lang/librep
22
18
23
USE_XZ=		yes
19
USE_XZ=		yes
24
USE_GNOME=	gnomehack gtk20
20
USE_GNOME=	gnomehack gtk20
21
USE_PKGCONFIG=	build
25
USE_GMAKE=	yes
22
USE_GMAKE=	yes
26
USE_AUTOTOOLS=	libtool
23
USE_AUTOTOOLS=	libtool
27
USE_PKGCONFIG=	build
28
MAKE_JOBS_SAFE=	yes
24
MAKE_JOBS_SAFE=	yes
29
25
30
CPPFLAGS+=	-I${LOCALBASE}/include
26
CPPFLAGS+=	-I${LOCALBASE}/include
(-)x11-toolkits/rep-gtk2/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (rep-gtk-0.90.7.tar.xz) = d25d2763323bbdf7b3541c7215b29c00c9e06ad336cf84a69daafa3910481c0f
1
SHA256 (rep-gtk-0.90.8.1.tar.xz) = aebb2ae356cb11a2a5a6516703f1b5c6d1d71c48715bc340c13db98b9bd1a650
2
SIZE (rep-gtk-0.90.7.tar.xz) = 244368
2
SIZE (rep-gtk-0.90.8.1.tar.xz) = 251652

Return to bug 170173