aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/mlvwm/Makefile
blob: 626ce25a9e64a71d2d617735f4cf3c7db3c53832 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# New ports collection makefile for:   mlvwm
# Date created:        19 Januruary 1997
# Whom:                Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
# $FreeBSD$
#

PORTNAME=   mlvwm
PORTVERSION=    0.9.0
CATEGORIES= x11-wm
MASTER_SITES=   http://www2u.biglobe.ne.jp/~y-miyata/mlvwm/
DISTNAME=   mlvwm090
DISTFILES=  ${DISTNAME}${EXTRACT_SUFX} mini-icons.tar.gz

MAINTAINER= nakai@FreeBSD.org

LIB_DEPENDS=    Xpm.4:${PORTSDIR}/graphics/xpm

USE_IMAKE=  yes
EXTRACT_ONLY=   ${DISTNAME}${EXTRACT_SUFX}
MAN1=       mlvwm.1

MLVWMLIBDIR=    ${PREFIX}/lib/X11/mlvwm

post-extract:
    @${TAR} -C ${WRKSRC}/pixmap -xzf ${DISTDIR}/mini-icons.tar.gz

post-patch:
    @${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/sample_rc/Mlvwmrc*

post-install:
    @${RM} -f ${WRKSRC}/sample_rc/*.orig
    @${MKDIR} ${MLVWMLIBDIR}/pixmap
    ${INSTALL_DATA} ${WRKSRC}/pixmap/*.xpm ${MLVWMLIBDIR}/pixmap
    ${INSTALL_DATA} ${WRKSRC}/sample_rc/Mlvwmrc* ${MLVWMLIBDIR}

.include <bsd.port.mk>
> * Add p5-Math-Financial 0.76, perl module containing common functions forwill2001-01-046-0/+34 * Add p5-Math-Currency 0.10, perl module for exact currency math withwill2001-01-046-0/+46 * Add p5-Math-BigIntFast 6.0, perl module wrapper for Bit::Vector to providewill2001-01-046-0/+36 * Add p5-Math-Bezier 0.01, perl module to solve Bezier curves.will2001-01-046-0/+32 * Add p5-Bit-Vector 6.0, library of advanced math functions that includes awill2001-01-046-0/+52 * Add p5-Bit-ShiftReg 2.0, perl module implementing various bit shiftingwill2001-01-046-0/+42 * Add p5-Statistics-ChiSquare, answering how random your data is.nbm2001-01-036-0/+56 * Bad will, don't put manpage references in the PLIST! Bad! No morewill2001-01-016-3/+3 * s/PORTNAME/PORTSDIR in dependency section.asami2001-01-011-1/+1 * Add p5-AI-Perceptron 0.01, a perl module intended as an introduction towill2001-01-016-0/+34 * Add p5-AI-NeuralNet-Mesh 0.44, a perl module implementing an optimized,will2001-01-016-0/+45 * Add p5-AI-NeuralNet-BackProp 0.89, a perl module implementing awill2001-01-016-0/+39 * Old configure style is obsolete due to update of grace to version 5.1.2.lkoeller2000-12-311-27/+0 * Not necessary anymore, deleted.lkoeller2000-12-311-3/+0 * Type in mail address is Makefile, remove script dir.lkoeller2000-12-311-1/+1 * Upfdate to version 5.1.2. Necessary for this version was an update oflkoeller2000-12-308-93/+69 * Update of LIB_DEPENDS due to update of xbae to version 4.8.4.lkoeller2000-12-302-2/+2 * Update port to 2.1.0jedgar2000-12-254-10/+7 * Update to 3.30issei2000-12-244-22/+239 * Upgrade to 17.2.0.tg2000-12-226-6/+6 * Update to 0.61ade2000-12-226-22/+6 * Add MASTER_SITE_SOURCEFORGE into the MASTER_SITES.sobomax2000-12-221-1/+3 * GLPK -- GNU Linear Programming Kit.demon2000-12-187-0/+56 * Update to use new galade2000-12-164-4/+2 * Upgrade to 2.0.1kevlo2000-12-123-8/+43 * Poscript documentation (with no version info) changed on MASTER_SITES.steve2000-12-111-1/+1 * Update to version 0.8.steve2000-12-118-76/+85 * Update to 3.4.2roam2000-12-104-9/+9 * Update e-mail address.nsayer2000-12-091-1/+1 * Update to 0.60ade2000-12-096-12/+10 * Update to 0.6.1.sobomax2000-12-066-15/+26 * Update to version 1.99.14kevlo2000-12-038-90/+101 * Update to 0.59aade2000-12-014-4/+4 * Upgrade to 17.1.2.tg2000-11-296-6/+6 * Update to version 3.5.1kevlo2000-11-2811-246/+31 * Add ruby-bitvector, efficient Ruby bit vector extension.knu2000-11-236-0/+53 * Ditch out "Version required" from comments section.sobomax2000-11-231-1/+0 * Update to 0.6.sobomax2000-11-234-4/+67 * Update version number of gtkextra shared library.sobomax2000-11-221-1/+1 * Update to 0.59 - we got the pregenerated documentation back, hurrah!ade2000-11-2012-74/+986 * Resign as maintainer of KDE2 ports, having brought them up from inceptionwill2000-11-181-1/+1 * Upgrade to 17.1.1.tg2000-11-1715-156/+69 * Fix pkg-plist breakage on systems with perl < 5.6.0.sobomax2000-11-152-2/+10 * Update to version 6.3.11.sanpei2000-11-153-3/+3 * Update to 0.58, without helpfiles on this one, since there are noade2000-11-1510-1016/+46 * Chase new print/gnomeprint shlib versionade2000-11-142-2/+2 * Shlib version of ncurses is now at 5. These ports still don't buildasami2000-11-141-1/+1 * #include <sys/types.h> before <machine/endian.h>jmz2000-11-091-2/+10 * Change motif to a normal dependency. REQUIRES_MOTIF is now calledasami2000-11-083-3/+3 * Update port to 0.21jedgar2000-11-073-4/+4 * Update to version 0.7kevlo2000-11-033-5/+12 * Fixes for new lang/gnomebasicade2000-11-032-2/+2 * Add two missed shared libs.will2000-11-021-0/+2 * Whitespace-only:sobomax2000-11-011-1/+1 * Update to version 3.5.b6kevlo2000-11-012-5/+7 * Oops, forgot to remove -lqt2 along with -L${X11BASE}/lib, to allow peoplewill2000-10-291-2/+2 * Implement fix for configure scripts in regards to finding X libs onwill2000-10-291-3/+3 * New port: math/grijeh2000-10-288-0/+405 * Update to version 6.3.10.sanpei2000-10-253-12/+10 * Update to QT 2.2.1 / KDE 2.0 final release. At last! What a long road...will2000-10-253-89/+44 * This library depends on linpack.jmz2000-10-242-0/+4 * Chase gal shlib versionade2000-10-212-6/+6 * Use USE_PYTHON. This should fix bento builds.sobomax2000-10-181-4/+3 * Distfile changed - makefile, documentation and code changes. Bumpkris2000-10-163-8/+10 * Clean up portade2000-10-143-14/+25 * Update to 0.57, now using x11-toolkits/galade2000-10-1210-984/+1064 * Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isasami2000-10-084-5/+5 * ${PKGDIR}/REQ -> ${PKGREQ}. Also, give it two arguments.asami2000-10-081-1/+1 * Rename PLIST.with_patented to pkg-plist.with_patented.asami2000-10-083-3/+3 * Rename PLIST.emacs to pkg-plist.emacs.asami2000-10-081-1/+1 * Implement USE_GNOME, part 2.reg2000-10-055-45/+19 * Implement USE_GTK, part 2.reg2000-10-052-11/+5 * Correct CATEGORIES - make first category in the CATEGORIES list matching parentsobomax2000-10-041-1/+1 * Maintainer is now a committer, update email accordinglylioux2000-10-034-4/+4 * Approved by: Willlioux2000-10-032-8/+10 * Update to 1.1.4.knu2000-10-022-2/+2 * Whitespace changes and PLIST sorting.reg2000-10-013-9/+6 * Chase new gnomeprintade2000-09-292-2/+4 * Use USE_PYTHON. Fix building with other python versions than 1.5.2.tg2000-09-283-146/+148 * Pythonize.sobomax2000-09-282-18/+16 * rng is part of py-numeric now.tg2000-09-271-1/+0 * s/python/${PYTHON_CMD}/gtg2000-09-263-18/+18 * Now bsd.ruby.mk is automatically included by bsd.port.mk when USE_RUBYknu2000-09-261-3/+1 * Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break whenasami2000-09-252-4/+2 * Correct PLIST and bump PORTREVISION.kris2000-09-243-4/+7 * Upgrade to 16.1.1.tg2000-09-2212-99/+39 * Add LDADD=g2c (f2c for -stale) to the makefiles.tg2000-09-222-3/+19 * Bump version number to note new vendor release (with the same "official"kris2000-09-221-1/+1 * update new tarballsanpei2000-09-211-1/+1 * Add p5-Math-Logic 1.19, a perl module providing pure 2, 3 or multi-valuewill2000-09-216-0/+40 * Add p5-Math-Expr 0.4, a perl module for parsing mathematical expressionswill2000-09-216-0/+51 * Add two missing files (include/acegr_np.h and lib/libacegr_np.a).asami2000-09-201-5/+7 * Link against libg2c, so the lapack_lite module actually works.tg2000-09-186-9/+39 * Adding thx_1138 version 1.0.5.steve2000-09-188-0/+187 * Remove a dead MASTER_SITE which was bogusly returning 0-sized files forkris2000-09-171-2/+1 * Update to 3.4.1ade2000-09-175-17/+24 * Update to KDE 1.94, the fifth and final beta release of KDE 2.0. If youwill2000-09-163-71/+41 * Upgrade to 16.1.tg2000-09-149-9/+18 * Use python15 as a dependency.sobomax2000-09-111-2/+2 * Don't break package building on Satoshi's cluster. Explicitly dependtg2000-09-081-2/+2 * Update to use bsd.python.mk.tg2000-09-088-268/+239 * Update with bsd.ruby.mk. :>knu2000-09-072-24/+17 * Activate wingz3.sada2000-09-071-0/+1 * New port: wingz3sada2000-09-075-138/+379 * The RNG extension is now part of py-numeric.tg2000-09-061-2/+9 * Fix `python: command not found' when python doesn't exist.tg2000-09-063-6/+6 * Use ${XAWVER} for Xaw3d's shlib version number in LIB_DEPENDS so these portsasami2000-09-061-1/+1 * - Remove obsolete site form MASTER_SITESsteve2000-09-054-14/+13 * Update to version 4.2a.steve2000-09-054-85/+92 * Provide a cleaner looking do-build target.steve2000-09-051-11/+8 * Upgrade to 16.0.tg2000-09-0415-132/+330 * Update to 0.5.sobomax2000-08-317-8/+53 * Finish updating to KDE2 snapshot 20000829A. Re-add kdenetwork and kdeutilswill2000-08-303-245/+163 * Add scigraphica - a scientific application for data analysis and technicalsobomax2000-08-297-0/+125 * Oops, I didn't actually read the webpage.. PhysCalc is at version 2.4.will2000-08-281-1/+1 * Add physcalc (unversioned), an extremely old (apparently first writtenwill2000-08-289-0/+124 * - Update port to 0.2.2jedgar2000-08-232-3/+3 * Upgrade the math/PDL port to the latest version 2.1.1. Correctly identify asobomax2000-08-226-41/+73 * Add support for profiled libraries.jmz2000-08-212-0/+13 * Make all these Ruby related ports belong also in the newly-addedknu2000-08-161-1/+1 * Do The Right Thing. (R)knu2000-08-132-8/+11 * Update to 1.1.0nbm2000-08-139-1176/+1527 * Add imake:${PORTSDIR}/devel/imake-4 to BUILD_DEPENDS -- these portsasami2000-08-111-0/+2 * Move distfile to MASTER_SITE_LOCAL/nsayernsayer2000-08-091-1/+2 * Set DIST_SUBDIR=ruby for all these Ruby ports to stop distfileknu2000-08-092-1/+2 * Non-standard modules sould go under `site_ruby' directory.knu2000-08-072-1/+3 * Add Ruby related ports.knu2000-08-076-0/+49 * update new tarballsanpei2000-08-063-6/+6 * Re-sobomize to use pre-patch instead of post-extractade2000-08-052-2/+2 * Extensive patchfile cleanups using sobomax's wonderfulade2000-08-044-20/+16 * Update for new shlib revision from guile 1.4ade2000-08-041-1/+1 * change my e-mail addresssanpei2000-08-032-2/+2 * (1) Add new variable, XFREE86_VERSION, to specify which version ofasami2000-08-038-14/+12 * Update port to 1.99.12jedgar2000-08-028-14/+117 * - Update checksumkevlo2000-07-303-2/+3 * Mark these BROKEN, they don't compile/run properly.asami2000-07-201-0/+2 * Update to version 2.0.20balex2000-07-163-15/+15 * Remove ftp://ftp.netlib.org/linpack/ from the list of MASTER_SITES.dirk2000-07-131-2/+1 * Update for new devel/libglade shlib versionade2000-07-122-2/+2 * Activating the glove and ntl ports.steve2000-07-101-0/+2 * Adding ntl version 4.1a.steve2000-07-105-0/+207 * Adding glove version 1.0.1.steve2000-07-109-0/+212 * - Use GTK_CONFIG/GLIB_CONFIG instead of hardcoded gtk12-config/glib12-configsteve2000-07-082-5/+22 * Bump png shared library version.sobomax2000-07-043-3/+3 * Add concorde, a combinatorial optimization library.will2000-07-046-0/+50 * New port of py-gnuplot - a python interface to the popular gnuplot datasobomax2000-07-046-0/+62 * Add a WWW.sobomax2000-07-031-0/+2 * Remove extraneous files and directories on deinstallkris2000-07-034-2/+12 * Respect CC and CFLAGS, and remove all extraneous directories on deinstallkris2000-07-032-4/+8 * Update checksum for man pages tarball. They have been updated. The previousjmz2000-07-031-1/+1 * Change maintainer's mail address.sanpei2000-07-022-1/+2 * Use ${MASTER_SITE_LOCAL}.asami2000-06-291-1/+2 * Add libneural in its new location, moved from devel to math category w/owill2000-06-296-0/+35 * Add gnomebasic plugin supportade2000-06-294-2/+6 * Update to reflect changes in devel/libole2ade2000-06-244-4/+4 * - Support LOCALBASE properly (in setting path to custom wish script)sobomax2000-06-232-1/+4 * Tiny modification to silence portlint.chuckr2000-06-232-2/+2 * Update octave to version 2.1.30 (bleeding-edge version).chuckr2000-06-236-454/+886 * Update to 0.56 -- this needs the devel/libole2 port just committedade2000-06-2110-112/+902 * Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-1723-23/+23 * Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withsobomax2000-06-1618-24/+12 * Fourth round of INSTALLS_SHLIBS conversion.sobomax2000-06-1617-30/+10 * Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because Isobomax2000-06-166-6/+6 * Third round of INSTALL_SHLIBS=yes fixes.sobomax2000-06-164-6/+2 * Second round of INSTALL_SHLIBS=yes fixes.sobomax2000-06-162-5/+1 * First round of INSTALL_SHLIB fixes.sobomax2000-06-169-15/+3 * Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.sobomax2000-06-144-4/+8 * In accordance with the New World Order, move the distfiles thatmph2000-06-141-1/+2 * Define MASTER_SITE_SUBDIR=asami/LOCAL_PORTS as these are moved to myasami2000-06-101-0/+1 * Add lang/guile in as a dependencyade2000-06-092-2/+4 * Update MASTER_SITES (file moved from linuxberg.com to linux.tucows.com).sobomax2000-06-081-1/+1 * Add bin/autogen.asami2000-06-081-0/+1 * Make the move from people.FreeBSD.org/~will to ftp.FreeBSD.org.will2000-06-081-1/+1 * Don't build the profiled lib.tg2000-06-073-0/+3 * Update LIB_DEPENDS for gd: gd.0 -> gd.1.will2000-06-072-2/+2 * Update to 0.6. Add USE_LIBTOOL. Portlint.will2000-06-053-48/+91 * Update to reflect changes in the latest tarball (version number doesjmz2000-06-042-78/+9 * Remove %D/etc/pspp/{devices,ps-prologue,html-prologue,papersize}hoek2000-06-021-0/+4 * Updates for new shared library versions in GNOME 1.2ade2000-06-022-2/+2 * Update to version 3.1.2.steve2000-05-296-9/+9 * Update to version 3.5b3.steve2000-05-293-12/+11 * Update MASTER_SITES and WWW: line to pkg/DESCRsteve2000-05-292-8/+8 * Update to version 3.3.10.steve2000-05-294-8/+8 * Update to version 3.3.8.steve2000-05-293-6/+9 * Don't try to use eg++ as the C++ compiler and honor CXXFLAGS.steve2000-05-282-1/+14 * s/tilde_expand/my_tilde_expand/g to avoid naming conflicts with thesteve2000-05-285-0/+87 * Update to 0.54ade2000-05-2310-22/+118 * Change MAINTAINER's mail address.knu2000-05-211-2/+2 * Update to 3.52.18cpiazza2000-05-197-94/+150 * Update to 0.53ade2000-05-1810-178/+162 * Update to KDEUTILS 1.90 (aka KDE2 beta).will2000-05-173-545/+553 * Upgrade to 15.3.tg2000-05-159-6/+15 * ftp.cdrom.com -> ftp.freesoftware.com, adjusting paths as I go.billf2000-05-142-2/+2 * Add pspp, a language for statistics strikingly similar to spss.hoek2000-05-135-0/+67 * Add pspp, a language for statistics strikingly similar to spss.hoek2000-05-133-0/+20 * Update port to 1.1.1jedgar2000-05-102-2/+2 * Add missing files. Remove directories at deinstall time.jmz2000-05-051-2/+67 * Fix building with current py-numeric version.tg2000-05-043-3/+3 * Completely remove directories left from the installationjedgar2000-05-022-0/+2 * Update to version 2.004.steve2000-05-014-199/+315 * Update to version 3.3.3.steve2000-05-014-10/+47 * Mark BROKEN: this port tries to run eg++kris2000-04-301-0/+2 * Update to 1.0.2.knu2000-04-273-6/+7 * Revert erich's ports to ports@FreeBSD.org, as erich has been non-responsivekris2000-04-243-3/+3 * Upgradevanilla2000-04-232-2/+2 * Update port to 0.2.1jedgar2000-04-215-8/+27 * move variables and add WWW: (portlint)mharo2000-04-212-4/+4 * portlintmharo2000-04-219-27/+21 * white space (portlint)mharo2000-04-211-9/+9 * PREFIX -> LOCALBASE (portlint)mharo2000-04-214-4/+4 * trim down a bit and add WWW: (portlint)mharo2000-04-211-61/+2 * portlintmharo2000-04-212-2/+1 * PREFIX -> X11BASE (portlint)mharo2000-04-211-2/+2 * Fix include dir.tg2000-04-201-1/+1 * Update to 0.52ade2000-04-198-18/+20 * Fix MASTER_SITE.tg2000-04-193-3/+3 * Fix depends.tg2000-04-171-5/+3 * Standardize all user defined options to the booleans WITH_FOO andreg2000-04-174-23/+14 * Update MD5 checksum:jedgar2000-04-163-10/+9 * Back out useful `Version required lines' that I'd blindly removed.knu2000-04-151-0/+1 * Remove obsolete `Version required' lines.knu2000-04-151-1/+0 * Convert to PORTNAME/PORTVERSION.asami2000-04-141-2/+2 * Convert to PORTNAME/PORTVERSION.asami2000-04-1481-218/+223 * update with the new PORTNAME/PORTVERSION variablesmharo2000-04-09