blob: 08a283809a5c5e0524deacff6e86d65d1aca0d4c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# New ports collection makefile for: gnomem-commander
# Date created: 23 April 2002
# Whom: Edgardo Garcia Hoeffler <edybsd@yahoo.com.ar>
#
# $FreeBSD$
#
PORTNAME= gnome-commander
PORTVERSION= 1.1.6
PORTREVISION= 3
CATEGORIES= x11-fm gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-commander/1.1
PKGNAMESUFFIX= 2
DIST_SUBDIR= gnome2
MAINTAINER= ports@FreeBSD.org
COMMENT= File manager for Gnome2
CONFLICTS= gnome-commander-*
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_BZIP2= yes
USE_GNOME= gnomeprefix gnomehack gnometarget libgnomeui lthack
USE_AUTOTOOLS= libtool:15
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lintl"
.include <bsd.port.mk>
|