blob: be529f7bfc0042e4609e9f8be9e55a21fa566fd3 (
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
|
# New ports collection makefile for: gourmet
# Date created: 14 April, 2005
# Whom: Adam Weinberger <adamw@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gourmet
PORTVERSION= 0.8.6.5.1
PORTREVISION= 1
CATEGORIES= deskutils gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= grecipe-manager
MAINTAINER= adamw@FreeBSD.org
COMMENT= GNOME recipe manager
RUN_DEPENDS= ${LOCALBASE}/lib/libmk4py.so:${PORTSDIR}/databases/metakit \
${PYTHON_SITELIBDIR}/PIL/__init__.py:${PORTSDIR}/graphics/py-imaging
USE_X_PREFIX= yes
USE_PYTHON= yes
USE_PYDISTUTILS=yes
USE_GNOME= pygnome2
.include <bsd.port.mk>
|