blob: dce7e0baf0f9ed35f4fed2b8606075830b0b987f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: bland@FreeBSD.org
# $FreeBSD$
PORTNAME= gribouy
PORTVERSION= 0.0.8
PORTREVISION= 13
CATEGORIES= print gnome
#MASTER_SITES= ${MASTER_SITE_SAVANNAH}
#MASTER_SITE_SUBDIR= gribouy/unstable.pkg/${PORTVERSION:R}
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= bland
MAINTAINER= gnome@FreeBSD.org
COMMENT= Gribouy is a Type1 font editor
USES= gmake pkgconfig
USE_GNOME= gnomeprefix gnomehack libglade2 libgnomeui
GNU_CONFIGURE= yes
NO_STAGE= yes
.include <bsd.port.mk>
|