# New ports collection makefile for: garlic # Date created: 28 July 2003 # Whom: maho@FreeBSD.org # # $FreeBSD$ # PORTNAME= garlic PORTVERSION= 1.4 PORTREVISION= 2 CATEGORIES= biology MASTER_SITES= http://garlic.mefos.hr/sources/garlic-${PORTVERSION}/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} .if !defined(NOPORTDOCS) DISTFILES+= ${DISTNAME}-doc${EXTRACT_SUFX} .endif EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= maho@FreeBSD.org COMMENT= Molecular viewer, editor and visualization program USE_XLIB= yes USE_REINPLACE= yes USE_GMAKE= yes ALL_TARGET= # empty .if defined(WITH_OPTIMIZED_FLAGS) CFLAGS+= -O3 -ffast-math -finline-functions -fomit-frame-pointer -funroll-loops -fexpensive-optimizations -malign-double .if (${MACHINE_ARCH} == "i386") CFLAGS+= -mfancy-math-387 -mpreferred-stack-boundary=3 .endif # i386 .endif post-patch: @${REINPLACE_CMD} -e 's|%%X11BASE%%|${X11BASE}|g ; \ s|%%LOCALBASE%%|${LOCALBASE}|g ;\ s|%%CC%%|${CC}|g ; \ s|%%CFLAGS%%|${CFLAGS}|g' ${WRKSRC}/Makefile .if !defined(WITH_OPTIMIZED_FLAGS) @${ECHO} "You can optimize by setting WITH_OPTIMIZED_FLAGS=yes." .endif do-install: ${MKDIR} ${DATADIR} ${INSTALL_PROGRAM} ${WRKSRC}/garlic ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/.garlicrc ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/residues.pdb ${DATADIR} .if !defined(NOPORTDOCS) @${MKDIR} ${EXAMPLESDIR} @${INSTALL_DATA} ${WRKSRC}/*.pdb ${EXAMPLESDIR} @${INSTALL_DATA} ${WRKSRC}/*.script ${EXAMPLESDIR} @${MKDIR} ${DOCSDIR} @${MKDIR} ${WRKDIR}/doc @(cd ${WRKDIR}/doc ; ${TAR} xfz ${DISTDIR}/${DISTNAME}-doc${EXTRACT_SUFX} ) @${TAR} -C ${WRKDIR}/doc/${DISTNAME} -cf - . | \ ${TAR} -C ${DOCSDIR} -xf - @${FIND} ${DOCSDIR} | ${XARGS} ${CHOWN} ${SHAREOWN}:${SHAREGRP} @${FIND} ${DOCSDIR} -type f | ${XARGS} ${CHMOD} ${SHAREMODE} .endif .include elliptic-6.5.4 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/java
Commit message (Expand)AuthorAgeFilesLines
* java/jakarta-commons-httpclient: add CPE informationBartek Rutkowski2015-04-101-0/+2
* Remove OSVERSION checks that do not make sense any more.Mathieu Arnold2015-04-031-7/+1
* Update netbeans to 8.0.2.Koop Mast2015-04-032-4/+4
* Set rpath for libawt_xawt.so as we do for libawt.so and libawt_headless.so.Jung-uk Kim2015-04-023-49/+55
* Update to 5.2.1 release.Alex Dupre2015-04-012-4/+4
* - Add CPE informationSunpoet Po-Chuan Hsieh2015-03-311-1/+2
* . Update to 2015b.Greg Lewis2015-03-273-7/+3
* Update to 7u76.Jung-uk Kim2015-03-256-10/+10
* Catch up with distfile changes.Jung-uk Kim2015-03-255-10/+13
* Fix a mismerged file for OpenJDK6.Jung-uk Kim2015-03-251-1/+1
* Tidy up default fontconfig.properties.Jung-uk Kim2015-03-254-133/+141
* 6 ports categories: Remove $PTHREAD_LIBSJohn Marino2015-03-254-24/+2
* Catch up with font directory changes.Jung-uk Kim2015-03-244-40/+41
* java/eclipse-(ocl|quantum): Deprecate due to deprecated run dependenciesJohn Marino2015-03-222-0/+6
* java/eclipse: Upgrade version 4.3.2 => 4.4.2John Marino2015-03-217-1164/+1056
* eclipse plugins: Deprecate 25 for removal, ignore 1 to be updatedJohn Marino2015-03-2124-0/+94
* Update USE_GITHUB so it does not require GH_COMMIT.Bryan Drewery2015-03-202-2/+2
* Clean up patches again. No functional change.Jung-uk Kim2015-03-172-44/+2
* . Update to 8u40.Greg Lewis2015-03-165-1069/+344804
* Add wildfly82 8.2.0, replacement for JBoss Application Server.Vanilla I. Shu2015-03-098-0/+1223
* Add wildfly90 9.0.0, replacement for JBoss Application Server.Vanilla I. Shu2015-03-098-0/+1379
* . Update to the 7u76 docs.Greg Lewis2015-03-082-4/+4
* . Update to the 8u40 docs.Greg Lewis2015-03-082-4/+4
* . Update to 2015a.Greg Lewis2015-03-083-7/+3
* . Update to 8u40.Greg Lewis2015-03-063-4/+8
* . Update to 8u40.Greg Lewis2015-03-063-777/+643
* - Revert all damages done in r372338 and r379049.Jung-uk Kim2015-02-277-115/+25
* - back to the heapJason Helfman2015-02-261-1/+1
* Update to 1.5.3Tilman Keskinoz2015-02-242-3/+3
* Fix build with old Mesa3D. r378494 fixed new Mesa3D but it broke old ones.Jung-uk Kim2015-02-212-3/+20
* - fix fetchJason Helfman2015-02-201-2/+1
* Properly use BLOCKING_IO_RETURN_INT() macro for NET_Accept().Jung-uk Kim2015-02-174-0/+34
* Remove redundant linker options added in r379049.Jung-uk Kim2015-02-171-2/+2
* . Fix the DEBUG build.Greg Lewis2015-02-162-6/+60
* java/java-checkstyle: Update version 6.2=>6.3Muhammad Moinur Rahman2015-02-072-3/+3
* Work around build breakage with recent Mesa 3D.Jung-uk Kim2015-02-061-0/+11
* Update to 1.5.2.Jung-uk Kim2015-02-065-312/+67
* . Attempt to fix the build on 8.x amd64 by telling the HotSpot compilationGreg Lewis2015-02-051-0/+1
* . Update to 8u31.Greg Lewis2015-02-024-603/+36135
* . Update to 7u76Greg Lewis2015-02-0211-136800/+233347
* . Fix window maximisation under Gnome 3.Greg Lewis2015-02-021-0/+11
* Update to 5.2 release.Alex Dupre2015-01-302-3/+3
* java/java-checkstyle: Update version 5.8=>6.2Muhammad Moinur Rahman2015-01-252-5/+4
* Switch some dependencies from a directory name or a file generated by pkg-ins...Antoine Brodin2015-01-2412-21/+21
* . Udpate to 8u31.Greg Lewis2015-01-242-3/+3
* . Update to 8u31.Greg Lewis2015-01-242-5/+5
* . Update to 7u75.Greg Lewis2015-01-243-45/+6
* . Update to 7u75.Greg Lewis2015-01-243-47/+8
* Update to b34.Jung-uk Kim2015-01-246-5412/+351
* Remove explicit dependency on javavmwrapper for ports that USE_JAVAAntoine Brodin2015-01-241-2/+0
* Upgrade to 3.0.0.20140706-2cfb468.Vanilla I. Shu2015-01-213-46/+53
* Upgrade to 3.3.0.2.Vanilla I. Shu2015-01-213-48/+388
* Upgrade to 1.5.0.Vanilla I. Shu2015-01-212-4/+3
* Fix a long-standing problem of the jode-script trying to use the wrongMikhail Teterin2015-01-164-20/+21
* Fix build with libc++ on 10.0.Jung-uk Kim2015-01-151-3/+39
* Fix build.Jung-uk Kim2015-01-151-1/+3
* Disable inline threaded version of interpreter when compiled with Clang toJung-uk Kim2015-01-152-33/+32
* Update graphics/giflib to 5.0.5Antoine Brodin2015-01-151-1/+1
* Upgrade to version 1.0.23.Jimmy Olgeni2015-01-042-3/+3
* Allow building 10 years after 31 decembre 2004Antoine Brodin2014-12-311-0/+11
* Allow building 10 years after 31 december 2004Antoine Brodin2014-12-311-0/+11
* Allow building with either giflib 4.2 or 5.0Antoine Brodin2014-12-271-0/+14
* Change my non-FreeBSD MAINTAINER mail to bofh@Muhammad Moinur Rahman2014-12-241-1/+1
* cleanup plistBaptiste Daroussin2014-12-212-7/+0
* Use GH_COMMITAntoine Brodin2014-12-211-2/+1
* Turn off -Werror for Clang 3.5+ and revert r374780 for now.Jung-uk Kim2014-12-175-810/+6
* Add an upstream patch to remove adlc's unused class FileBuffRegion.Jung-uk Kim2014-12-163-0/+810
* Take maintainer.Koop Mast2014-12-132-3/+2
* - Reset maintainership of my portsPietro Cerutti2014-12-112-2/+2
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla inTijl Coosemans2014-12-091-1/+1
* Update to 1.5.1Tilman Keskinoz2014-11-302-7/+7
* New port: java/wildfly81Kurt Jaeger2014-11-238-0/+1217
* java/sigar: Check OSVERSION with OPSYS and break non-FreeBSD platformsJohn Marino2014-11-221-6/+11
* . Remove the @dirrm lines from pkg-plist which I'd generated for the upgrade.Greg Lewis2014-11-211-16/+0
* - Add an empty directory to plist to fix staging.Jung-uk Kim2014-11-202-4/+17
* Fix symbol mapfile for libvm.so. Note FreeBSD still uses GNU nm(1).Jung-uk Kim2014-11-202-17/+36
* Fix to use new build process and link against main libsigar.so.Tom Judge2014-11-182-5/+7
* . Update to 2014j.Greg Lewis2014-11-173-12/+19
* New port: java/sigarTom Judge2014-11-144-0/+91
* Cleanup plistAntoine Brodin2014-11-1430-5825/+2876
* Finish cleanupAntoine Brodin2014-11-141-1/+0
* Cleanup plistAntoine Brodin2014-11-14