diff options
author | taoka <taoka@FreeBSD.org> | 1999-09-06 20:08:26 +0000 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 1999-09-06 20:08:26 +0000 |
commit | da8418d3637ccbc8810eac37859006484cd63f7b (patch) | |
tree | 6aa48697a40551c9cb5aebaf1230020d4e7f5c62 /biology/gperiodic | |
parent | 27eb6f0a6536eab45946b730c50e9dca6f301597 (diff) | |
download | FreeBSD-ports-da8418d3637ccbc8810eac37859006484cd63f7b.zip FreeBSD-ports-da8418d3637ccbc8810eac37859006484cd63f7b.tar.gz |
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>
Diffstat (limited to 'biology/gperiodic')
-rw-r--r-- | biology/gperiodic/Makefile | 41 | ||||
-rw-r--r-- | biology/gperiodic/distinfo | 1 | ||||
-rw-r--r-- | biology/gperiodic/pkg-comment | 1 | ||||
-rw-r--r-- | biology/gperiodic/pkg-descr | 5 | ||||
-rw-r--r-- | biology/gperiodic/pkg-plist | 10 |
5 files changed, 58 insertions, 0 deletions
diff --git a/biology/gperiodic/Makefile b/biology/gperiodic/Makefile new file mode 100644 index 0000000..eccb7cb --- /dev/null +++ b/biology/gperiodic/Makefile @@ -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> diff --git a/biology/gperiodic/distinfo b/biology/gperiodic/distinfo new file mode 100644 index 0000000..705fa28 --- /dev/null +++ b/biology/gperiodic/distinfo @@ -0,0 +1 @@ +MD5 (gperiodic-1.2.1.tar.gz) = a7bfd4c8bc2e15cb8904fb0bcfe5df0d diff --git a/biology/gperiodic/pkg-comment b/biology/gperiodic/pkg-comment new file mode 100644 index 0000000..8ab74ab --- /dev/null +++ b/biology/gperiodic/pkg-comment @@ -0,0 +1 @@ +Displays a periodic table of the elements. diff --git a/biology/gperiodic/pkg-descr b/biology/gperiodic/pkg-descr new file mode 100644 index 0000000..6072042 --- /dev/null +++ b/biology/gperiodic/pkg-descr @@ -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/ diff --git a/biology/gperiodic/pkg-plist b/biology/gperiodic/pkg-plist new file mode 100644 index 0000000..62ced90 --- /dev/null +++ b/biology/gperiodic/pkg-plist @@ -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 |