blob: d27981d8715f8552ba26151d786b7df344d8ca30 (
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
|
# New ports collection makefile for: gnomecommon
# Date created: 04 April 2002
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
# $MCom$
#
PORTNAME= gnomecommon
PORTVERSION= 2.11.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-common/2.11
DISTNAME= gnome-common-${PORTVERSION}
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= Common automake macros for GNOME and GNOME 2
USE_BZIP2= yes
USE_GMAKE= yes
USE_GNOME= pkgconfig gnometarget
GNU_CONFIGURE= yes
.include <bsd.port.mk>
|