- Fix pkg-plist
- Makefile tweaks Reported by: pointyhat via kris Approved by: Anders Troback <freebsd@troback.com> (maintainer), sat (mentor)
This commit is contained in:
parent
d1f265b433
commit
a7c1f9b52a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=193872
2 changed files with 3 additions and 10 deletions
|
@ -6,6 +6,7 @@
|
|||
|
||||
PORTNAME= gramps
|
||||
PORTVERSION= 2.2.8
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= science gnome python
|
||||
MASTER_SITES= SF
|
||||
|
||||
|
@ -15,6 +16,7 @@ COMMENT= A GTK/GNOME-based genealogy program
|
|||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_bsddb.so:${PORTSDIR}/databases/py-bsddb \
|
||||
${PYTHON_LIBDIR}/site-packages/_xmlplus/__init__.py:${PORTSDIR}/textproc/py-xml
|
||||
|
||||
USE_BDB= 42+
|
||||
USE_XLIB= yes
|
||||
USE_PYTHON= yes
|
||||
USE_GETTEXT= yes
|
||||
|
@ -23,12 +25,10 @@ USE_GNOME= gnomehack pygnome2 pygnomeextras desktopfileutils gnomedocutils
|
|||
GNU_CONFIGURE= yes
|
||||
INSTALLS_OMF= yes
|
||||
INSTALLS_ICONS= yes
|
||||
CONFIGURE_ARGS= --mandir=${PREFIX}/man
|
||||
CONFIGURE_ARGS= --mandir=${MANPREFIX}/man
|
||||
|
||||
MAN1= gramps.1
|
||||
MANLANG= "" fr
|
||||
GCONF_SCHEMAS= gramps.schemas
|
||||
|
||||
USE_BDB= 42+
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,10 +1,4 @@
|
|||
bin/gramps
|
||||
share/mime/subclasses
|
||||
share/mime/globs
|
||||
share/mime/magic
|
||||
share/mime/XMLnamespaces
|
||||
share/mime/aliases
|
||||
share/mime/mime.cache
|
||||
share/application-registry/gramps.applications
|
||||
share/applications/gramps.desktop
|
||||
share/gnome/help/gramps/C/figures/bookreport.png
|
||||
|
@ -2012,7 +2006,6 @@ share/locale/tr/LC_MESSAGES/gramps.mo
|
|||
share/locale/zh_CN/LC_MESSAGES/gramps.mo
|
||||
share/mime-info/gramps.keys
|
||||
share/mime-info/gramps.mime
|
||||
share/mime/application/x-gedcom.xml
|
||||
share/mime/application/x-geneweb.xml
|
||||
share/mime/application/x-gramps-package.xml
|
||||
share/mime/application/x-gramps-xml.xml
|
||||
|
|
Loading…
Reference in a new issue