diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-12-14 16:50:54 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-12-14 16:50:54 +0000 |
commit | 8bfdd7d35515470812630160dcee0df6c81aec60 (patch) | |
tree | f4f22b1b8478e89d2e3103d1c33f21b513e7c344 /science | |
parent | cd48a869e830691062c27d9b4674ae0423cc1468 (diff) |
- Update to 5.16
PR: 118620
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes
Notes:
svn path=/head/; revision=203557
Diffstat (limited to 'science')
-rw-r--r-- | science/xmakemol/Makefile | 19 | ||||
-rw-r--r-- | science/xmakemol/distinfo | 6 | ||||
-rw-r--r-- | science/xmakemol/pkg-plist | 4 |
3 files changed, 11 insertions, 18 deletions
diff --git a/science/xmakemol/Makefile b/science/xmakemol/Makefile index bdc3530df10b..cbb898fe5cf5 100644 --- a/science/xmakemol/Makefile +++ b/science/xmakemol/Makefile @@ -5,27 +5,24 @@ # PORTNAME= xmakemol -PORTVERSION= 5.15 -PORTREVISION= 2 +PORTVERSION= 5.16 CATEGORIES= science -MASTER_SITES= ${MASTER_SITE_SAVANNAH} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SAVANNAH MAINTAINER= ports@FreeBSD.org COMMENT= Molecule Viewer Program Based on Motif Widget -USE_XLIB= yes +USE_XORG= xpm USE_GL= glut glw +USE_GNOME= gnometarget USE_MOTIF= yes USE_GMAKE= yes GNU_CONFIGURE= yes MAN1= xmakemol.1 - -pre-configure: - cd ${WRKSRC}; ${CHMOD} 755 config.guess config.sub configure install-sh missing mkinstalldirs - -post-install: - ${STRIP_CMD} ${PREFIX}/bin/xmakemol +PLIST_FILES= bin/xmake_anim.pl \ + bin/xmakemol \ + %%DATADIR%%/elements +PLIST_DIRS= %%DATADIR%% .include <bsd.port.mk> diff --git a/science/xmakemol/distinfo b/science/xmakemol/distinfo index 56c3da73d4ef..81b8b821bab4 100644 --- a/science/xmakemol/distinfo +++ b/science/xmakemol/distinfo @@ -1,3 +1,3 @@ -MD5 (xmakemol-5.15.tar.gz) = 484f38e7f7999a59143bfe6c30f1ca29 -SHA256 (xmakemol-5.15.tar.gz) = e554a17ad040401cecd84e79e10b8dacf79edd262f34904108e1497b4a513ff8 -SIZE (xmakemol-5.15.tar.gz) = 268991 +MD5 (xmakemol-5.16.tar.gz) = e466a81bf407be6e7476f279af1968dc +SHA256 (xmakemol-5.16.tar.gz) = 9c498221ab839124f86a94b6115bdf66d966f954131b3afbb523b85edf0f8766 +SIZE (xmakemol-5.16.tar.gz) = 284962 diff --git a/science/xmakemol/pkg-plist b/science/xmakemol/pkg-plist deleted file mode 100644 index fcc81e12e347..000000000000 --- a/science/xmakemol/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -bin/xmake_anim.pl -bin/xmakemol -%%DATADIR%%/elements -@dirrm %%DATADIR%% |