aboutsummaryrefslogtreecommitdiff
path: root/devel/gob2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gob2/Makefile')
-rw-r--r--devel/gob2/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/devel/gob2/Makefile b/devel/gob2/Makefile
index c8b1174032d9..8136cf9f21d5 100644
--- a/devel/gob2/Makefile
+++ b/devel/gob2/Makefile
@@ -1,22 +1,23 @@
-# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
-
PORTNAME= gob2
PORTVERSION= 2.0.18
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= GNOME
-DIST_SUBDIR= gnome2
+DIST_SUBDIR= gnome
MAINTAINER= gnome@FreeBSD.org
COMMENT= Preprocessor for making GObjects with inline C
+WWW= https://www.5z.com/jirka/gob.html
LICENSE= GPLv2
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
USE_GNOME= glib20
USES= gmake gnome localbase pkgconfig
PLIST_FILES= bin/gob2 share/aclocal/gob2.m4 ${EXAMPLES:S/^/%%EXAMPLESDIR%%\//} \
- man/man1/gob2.1.gz
+ share/man/man1/gob2.1.gz
EXAMPLES= GNOME_Foo_SomeInterface.idl \
README \