summaryrefslogtreecommitdiffstats
path: root/multimedia/mpeg_play/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Convert to PORTNAME/PORTVERSION. lfview had an invalid versionasami2000-04-141-2/+2
| | | | string so I fixed it.
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* awk -> ${AWK}mharo1999-08-221-3/+3
| | | | | | | | basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR}
* update to patched version that fix bug for 24-bit displaysobrien1998-11-141-2/+2
|
* Move manpages to Makefile and use MAN* macros.steve1998-10-051-1/+2
|
* Upgrade to 2.4.tg1998-05-251-3/+3
|
* Be more selective about which ports to maintain. I no longer have timeasami1997-12-251-2/+2
| | | | to maintain all these ports I once committed (sometimes as a proxy).
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-181-2/+2
|
* Upgrade, 2.2 -> 2.3.asami1996-06-121-4/+4
| | | | Submitted by: chuckr@glue.umd.edu
* Upgrade, 2.0 -> 2.2. They apparently stopped using Motif (whichasami1996-02-071-6/+6
| | | | | | | they were in 2.0.1). :) patch-ab and patch-ac are gone, 16/24 bit displays are now supported in the original code.
* Yet another round of Makefile updates, graphics version.asami1995-04-091-4/+6
|
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are injkh1995-04-011-1/+2
| | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
* Added MAINTAINER= asami@FreeBSD.ORG to the ones I'm taking care of,asami1995-03-241-1/+2
| | | | and some other minor cleanup.
* Converted Makefiles as much as I could.asami1995-02-111-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (1) Took out INSTALL_MANPAGES (not necessary anymore, porter should set NO_INSTALL_MANPAGES for not calling "make install.man") (2) Replaced most of DEPENDS with EXEC_DEPENDS and LIB_DEPENDS. These are the entries I used: EXEC_DEPENDS: unzip:${PORTSDIR}/archivers/unzip gmake:${PORTSDIR}/devel/gmake wishx:${PORTSDIR}/lang/tclX xli:${PORTSDIR}/graphics/xli gs:${PORTSDIR}/print/ghostscript gunshar:${PORTSDIR}/archivers/gshar+gunshar hfs:${PORTSDIR}/utils/hfs rman:${PORTSDIR}/utils/rman LIB_DEPENDS: tiff\\.3\\.:${PORTSDIR}/graphics/tiff jpeg\\.5\\.:${PORTSDIR}/graphics/jpeg Xpm\\.4\\.:${PORTSDIR}/graphics/xpm tcl\\.7\\.:${PORTSDIR}/lang/tcl tk\\.3\\.:${PORTSDIR}/x11/tk xview\\.1\\.:${PORTSDIR}/x11/xview-lib Xaw3d\\.:${PORTSDIR}/x11/Xaw3d mpeg\\.1\\.:${PORTSDIR}/graphics/mpeg-lib xview\\.3\\.:${PORTSDIR}/x11/xview-lib BLT\\.1\\.:${PORTSDIR}/x11/blt There are still some dependencies I can't figure out what exactly is needed. If your port still has DEPENDS in it, please check it out!
* mpeg_play version 2.0. NOT 2.0.1, that one requires Motif. :<asami1994-12-171-0/+20
Also includes patch to make it work on 15/16 bit displays, it shows up in all green on my 16-bit display (565) though. Somebody please check it....
OpenPOWER on IntegriCloud