diff options
author | miwi <miwi@FreeBSD.org> | 2007-12-15 00:50:54 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-12-15 00:50:54 +0800 |
commit | 74bc746de43de25710325c868fae2c9bf08be582 (patch) | |
tree | 7e129ab5a0f578e0b5b7acae091bbaa65ab0cd83 | |
parent | 7971e1b199cc75cb27288e571f17048d8998feab (diff) | |
download | freebsd-ports-gnome-74bc746de43de25710325c868fae2c9bf08be582.tar.gz freebsd-ports-gnome-74bc746de43de25710325c868fae2c9bf08be582.tar.zst freebsd-ports-gnome-74bc746de43de25710325c868fae2c9bf08be582.zip |
- Update to 5.16
PR: 118620
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
-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%% |