diff options
author | Alexander Nedotsukov <bland@FreeBSD.org> | 2003-11-20 14:26:26 +0000 |
---|---|---|
committer | Alexander Nedotsukov <bland@FreeBSD.org> | 2003-11-20 14:26:26 +0000 |
commit | 5147a729ae950fc29dba0db9c457171fb49c32f5 (patch) | |
tree | 4cd4def7da27327968a0928a0861e59600f0d1b3 /print/gribouy/Makefile | |
parent | 318a5369821d1ba2650a4e69e5704cc5c8005f80 (diff) |
Notes
Diffstat (limited to 'print/gribouy/Makefile')
-rw-r--r-- | print/gribouy/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/print/gribouy/Makefile b/print/gribouy/Makefile new file mode 100644 index 000000000000..e3e67c4c22c1 --- /dev/null +++ b/print/gribouy/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: gribouy +# Date created: 20 Nov 2003 +# Whom: bland@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= gribouy +PORTVERSION= 0.0.8 +CATEGORIES= print gnome +MASTER_SITES= ${MASTER_SITE_SAVANNAH} +MASTER_SITE_SUBDIR= gribouy/unstable.pkg/${PORTVERSION:R} + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Gribouy is a Type1 font editor + +USE_GMAKE= yes +USE_X_PREFIX= yes +USE_GNOME= gnomeprefix gnomehack libglade2 libgnomeui +GNU_CONFIGURE= yes + +.include <bsd.port.mk> |