# New ports collection makefile for: ttt # Date created: 11 July 2005 # Whom: Alejandro Pulver # # $FreeBSD$ # PORTNAME= ttt PORTVERSION= 2003.03.14 PORTREVISION= 4 CATEGORIES= games MASTER_SITES= ftp://ftp.billsgames.com/unix/x/ttt/ MAINTAINER= alepulver@FreeBSD.org COMMENT= Simple one or two player Tic Tac Toe game USE_GMAKE= yes USE_SDL= mixer sdl OPTIONS= OPTIMIZED_CFLAGS "Enable compilation optimizations" on # net/ttt CONFLICTS= ttt-1* NO_LATEST_LINK= yes .include post-patch: # Fix Makefile. @${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}| ; \ s|\(-Wall\)|${CFLAGS} \1|' \ ${WRKSRC}/${MAKEFILE} # Enable/disable compilation optimizations. .if defined(WITHOUT_OPTIMIZED_CFLAGS) @${REINPLACE_CMD} -e 's|-O2||' ${WRKSRC}/${MAKEFILE} .endif # Fix paths to ${DATADIR}. @${REINPLACE_CMD} -e 's|\(images/\)|${DATADIR}/\1| ; \ s|\(sounds/\)|${DATADIR}/\1|' \ ${WRKSRC}/ttt.c do-install: # Program. ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin # Data. ${MKDIR} ${DATADIR} .for d in images sounds ${CP} -R ${WRKSRC}/${d} ${DATADIR} .endfor # Fix wrong permissions. @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DATADIR} @${FIND} ${DATADIR} -type f -print0 | \ ${XARGS} -0 ${CHMOD} ${SHAREMODE} @${FIND} ${DATADIR} -type d -print0 | \ ${XARGS} -0 ${CHMOD} ${BINMODE} .include );'> FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update to 0.14.6.knu2000-06-252-2/+2
* Typotaoka2000-06-241-1/+1
* Added jargon-fpw, mypaedia-fpw, mypaedia-fpw-package, srd-fpw, vera-fpwtaoka2000-06-241-0/+7
* A supplement file to use "mypaedia" on lookuptaoka2000-06-245-0/+74
* A English - Japanese Dictionary "Random House" (EPWING V1 format)taoka2000-06-245-0/+87
* An encyclopedia "Mypaedia" (EPWING V1 format)taoka2000-06-245-0/+86
* The famous jargon file (EPWING V1 format)taoka2000-06-245-0/+83
* Webster's Revised Unabridged Dictionary (1913) (EPWING V1 format)taoka2000-06-245-0/+69
* A English - English Dictionary (EPWING V1 format)taoka2000-06-246-0/+78
* Virtual Entity of Relevant Aconyms (EPWING V1 format)taoka2000-06-245-0/+72
* - Support LOCALBASE properly (in setting path to custom wish script)sobomax2000-06-232-1/+4
* To install all sample data.taoka2000-06-232-3/+43
* Locally hosted distfiles moved to ftp.freebsd.org.nectar2000-06-201-2/+1
* Tell these port to use INSTALLS_SHLIB/LDCONFIG_DIRS.knu2000-06-1734-48/+23
* This port doesn't install shlib's actually. ;)knu2000-06-171-2/+0
* Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX.will2000-06-173-8/+15
* Use the distfiles now on ftp.freebsd.org instead of from my home directorysteve2000-06-171-1/+1
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-1717-17/+17
* Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withsobomax2000-06-1634-49/+24
* Not to remain unchanged configuration files and those directories.sada2000-06-151-0/+2
* Changed maintainer's mail address.sada2000-06-131-1/+1
* To remove installed directory when no file remains.sada2000-06-131-0/+1
* Revert previous commit. That cannot fix CFLAGS problem.kuriyama2000-06-131-1/+0
* Honor $CFLAGS.kuriyama2000-06-131-0/+1
* Remove @exec ranlib's. Since pkg_add doesn't change the timestamp,asami2000-06-132-2/+0
* Remove azuki@azkey.org as MAINTAINER; email has been bouncing forfenner2000-06-131-2/+0
* Fix RUN_DEPENDS.knu2000-06-121-1/+1
* Update to 0.14.5.knu2000-06-112-2/+2
* It seems MASTER_SITES has moved.imura2000-06-112-2/+2
* Define MASTER_SITE_SUBDIR=asami/LOCAL_PORTS as these are moved to myasami2000-06-106-0/+10
* Use MASTER_SITE_PORTS_JP instead of spelling out the URL.asami2000-06-106-6/+6
* Fix unfetchable problem.shige2000-06-091-0/+1
* Fix refresh screen problem.shige2000-06-091-9/+21
* Add bin/tel10to11.asami2000-06-081-0/+1
* Local distfiles have been moved to:knu2000-06-085-5/+5
* Move local distfiles from:knu2000-06-075-5/+5
* @dirrm share/doc/ja-csrd-1.0asami2000-06-031-0/+1
* Remove empty fonts.dir file.asami2000-06-031-0/+1
* Call DEINSTALL.wish to snuff-out extraneous wishes. Remove an archaicismhoek2000-06-021-0/+5
* Remove empty fonts.dir and fonts.alias files. (Note chinese/kcfonts stillasami2000-06-019-4/+14
* PKGDEINSTALL=${PORTSDIR}/lang/tcl82/pkg/DEINSTALL.tclsh, or fromhoek2000-06-012-0/+10
* Updated to 1.2taoka2000-05-304-3/+15
* Hmm... I don't know why the LD_PRELOAD line is still kept in the file.imura2000-05-291-1/+0
* Replace an invalid use of ${PREFIX} with ${LOCALBASE}.kuriyama2000-05-292-17/+7
* Add a missing @dirrm from PLIST, noticed by bento.steve2000-05-292-2/+3
* Update to use VFlib version 2.25.1.steve2000-05-291-1/+1
* Update to version 2.25.1.steve2000-05-293-2/+4
* Update to version 99.1 + JA patch 3.01steve2000-05-295-350/+495
* Update to 0.14.5.knu2000-05-282-2/+2
* LD_PRELOAD should not be exported because it drives Linux' dynamically-linkedknu2000-05-221-1/+1
* /usr/compat/linux -> /compat/linuxknu2000-05-221-1/+1
* Update to 1.07a.knu2000-05-211-1/+1
* Apply the vendor's minor update as of yesterday.knu2000-05-202-6/+19
* Update to 0.100cpiazza2000-05-193-12/+10
* Update to jgroff-0.100 based on groff-1.15cpiazza2000-05-1911-58/+532
* Update to 2.4.7cpiazza2000-05-192-2/+2
* Complete the PLIST.knu2000-05-181-0/+4
* Do not install *.orig files.knu2000-05-181-0/+3
* Remove the directory if empty.knu2000-05-171-0/+1
* Update the vje25 module to 0.14.4 and the vje30 one to 0.14.4.knu2000-05-177-8/+4
* 1) Swich linux-n47-[cn] maintainer to myself so that I can modifyimura2000-05-154-4/+11
* Upgrade to 4.73 .sada2000-05-132-3/+3
* Comment clean-ups.hoek2000-05-131-1/+1
* More better fix.kuriyama2000-05-111-5/+6
* Make netscape4 ports use the new wrapper which I've freshly importedknu2000-05-095-5/+5
* Fix buffer overflow.kuriyama2000-05-081-0/+11
* Fetch-broken with last importing PORTNAME/PORTVERSION changes.sada2000-05-071-1/+1
* Use EMACS_PORT_NAME defined in bsd.emacs.mk.shige2000-05-071-18/+3
* Unbreak make fails in 4.0R new gcc environmentflathill2000-05-032-5/+16
* * Couldn't post news article.sada2000-05-032-4/+2
* Change MD5 because the distfile had been changed.sada2000-05-011-1/+1
* Adding ja-xmsgsaver version 1.7.steve2000-05-016-0/+35
* Add some @dirrm's to cleanup after itself.asami2000-05-013-0/+24
* Add missing manpages.asami2000-05-013-3/+9
* Update to documentation for version 20.6.steve2000-05-016-18/+22
* Update to version 3.9.6.steve2000-05-019-74/+177
* Fix MASTER_SITES.knu2000-04-251-2/+2
* Get Japanese sumo wrestlers to acquire Japanese nationality.knu2000-04-255-0/+10
* Change the MAINTAINER's mail address.knu2000-04-254-4/+4
* - Unbreak the port by making it use cdb-0.55. The breakage was due toknu2000-04-252-17/+15
* Change MAINTAINER addresses from knu@idaemons.org to knu@FreeBSD.orgknu2000-04-249-9/+9
* Update to 2.0.4.knu2000-04-213-3/+2
* Update to 1.04.knu2000-04-212-2/+2
* Add a new appendix file `superdic98-1.0'.knu2000-04-199-15/+126
* Update to version 1.1.knu2000-04-193-13/+18
* Standardize all user defined options to the booleans WITH_FOO andreg2000-04-178-112/+85
* DISTNAMe-related cleanups.asami2000-04-161-1/+1
* Typo (.elseif -> .elif).asami2000-04-151-2/+2
* Resurrect japanese/pine.knu2000-04-1517-0/+1130
* Sorry for my accidential removal of ja-pine. I have to deactivateknu2000-04-151-1/+0
* Define NO_WRKSUBDIR = yes instead of setting WRKSRC = ${WRKDIR}knu2000-04-155-6/+5
* Portlint COMMENT's.knu2000-04-152-2/+2
* Tiny cosmetic fixes.knu2000-04-153-3/+3
* Tiny cosmetic fixes.knu2000-04-1513-16/+18
* Cosmetic. Set their categories right.knu2000-04-152-2/+2
* Cosmetic.knu2000-04-1515-15/+15
* Update with PORTNAME/PORTVERSION and get happy with the slave.knu2000-04-132-0/+4
* Update with PORTNAME/PORTVERSION and get happy with the slave.knu2000-04-131-0/+2
* Update with PORTNAME/PORTVERSION and get happy with the slave.knu2000-04-131-0/+3
* palm/jpilot:knu2000-04-131-1/+1
* Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.knu2000-04-1348-200/+167
* Don't need PORTNAME and PORTVERSION here -- they will be picked upasami2000-04-131-2/+0
* Update the japanese/[o-t]* ports with the newknu2000-04-12112-1531/+363
* Use ${DISTFILES:Npattern} in EXTRACT_ONLY as a cosmetic change.knu2000-04-121-2/+1
* Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.knu2000-04-11