Displays a periodic table of the elements.
PR: 12690 Submmitted by: Andrey Zakhvatov <andy@icc.surw.chel.su> Reviewed by: Ryo MIYAMOTO <rmiya@cc.hirosaki-u.ac.jp>
This commit is contained in:
parent
2a1c4bb993
commit
e134a23a22
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21330
5 changed files with 58 additions and 0 deletions
41
biology/gperiodic/Makefile
Normal file
41
biology/gperiodic/Makefile
Normal file
|
@ -0,0 +1,41 @@
|
||||||
|
# New ports collection makefile for: gperiodic
|
||||||
|
# Version required: 1.2.1
|
||||||
|
# Date created: 16 July 1999
|
||||||
|
# Whom: Andrey Zakhvatov
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
DISTNAME= gperiodic-1.2.1
|
||||||
|
CATEGORIES= biology
|
||||||
|
MASTER_SITES= ftp://ftp.seul.org/pub/gperiodic/
|
||||||
|
|
||||||
|
MAINTAINER= andy@icc.surw.chel.su
|
||||||
|
|
||||||
|
LIB_DEPENDS= gdk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
|
||||||
|
glib12.2:${PORTSDIR}/devel/glib12 \
|
||||||
|
gmodule12.2:${PORTSDIR}/devel/glib12 \
|
||||||
|
gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
|
||||||
|
intl.1:${PORTSDIR}/devel/gettext
|
||||||
|
|
||||||
|
USE_GMAKE= yes
|
||||||
|
WRKSRC= ${WRKDIR}/gperiodic
|
||||||
|
|
||||||
|
MAN1= gperiodic.1
|
||||||
|
|
||||||
|
USE_X_PREFIX= yes
|
||||||
|
GNU_CONFIGURE= yes
|
||||||
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
||||||
|
GLIB_CONFIG="${LOCALBASE}/bin/glib12-config" \
|
||||||
|
GTK_CONFIG="${X11BASE}/bin/gtk12-config"
|
||||||
|
|
||||||
|
post-install:
|
||||||
|
@ ${INSTALL_MAN} ${WRKSRC}/man/gperiodic.1 ${PREFIX}/man/man1
|
||||||
|
.if !defined(NOPORTDOCS)
|
||||||
|
@ ${MKDIR} ${PREFIX}/share/doc/gperiodic
|
||||||
|
.for file in AUTHORS COPYING Changes README
|
||||||
|
@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/gperiodic
|
||||||
|
.endfor
|
||||||
|
.endif
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
1
biology/gperiodic/distinfo
Normal file
1
biology/gperiodic/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (gperiodic-1.2.1.tar.gz) = a7bfd4c8bc2e15cb8904fb0bcfe5df0d
|
1
biology/gperiodic/pkg-comment
Normal file
1
biology/gperiodic/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Displays a periodic table of the elements.
|
5
biology/gperiodic/pkg-descr
Normal file
5
biology/gperiodic/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
Gperiodic displays a periodic table of the elements, allowing you to
|
||||||
|
browse through the elements, and view detailed information about each
|
||||||
|
element.
|
||||||
|
|
||||||
|
WWW: http://gperiodic.seul.net/
|
10
biology/gperiodic/pkg-plist
Normal file
10
biology/gperiodic/pkg-plist
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
bin/gperiodic
|
||||||
|
share/locale/de/LC_MESSAGES/gperiodic.mo
|
||||||
|
share/locale/es/LC_MESSAGES/gperiodic.mo
|
||||||
|
share/locale/fr/LC_MESSAGES/gperiodic.mo
|
||||||
|
share/locale/pt/LC_MESSAGES/gperiodic.mo
|
||||||
|
share/doc/gperiodic/AUTHORS
|
||||||
|
share/doc/gperiodic/COPYING
|
||||||
|
share/doc/gperiodic/Changes
|
||||||
|
share/doc/gperiodic/README
|
||||||
|
@dirrm share/doc/gperiodic
|
Loading…
Reference in a new issue