# Makefile for defining variables used by Duke Nukem 3D related ports. # # A dependency to "games/duke3d-data" is automatically added (except for the # data port itself). The ports using this definitions should assume the data # is installed (i.e. no need for pkg-message asking to copy duke3d.grp). # # The following variables are defined, and can be used in the port. # DN3DPKGNAMEPREFIX - The package name prefix for Duke Nukem 3D additions. # DN3DDIR - The Duke Nukem 3D data directory (also added to # MAKE_ENV, PLIST_SUB and SUB_LIST). # # For notes about this kind of ports see /usr/ports/games/quake2-data (some # rules apply to this ports, like search paths). # # Set variables. DN3DPKGNAMEPREFIX?=duke3d- DN3DDIR?= ${LOCALBASE}/share/duke3d # Add them to the ports system. MAKE_ENV+= DN3DDIR="${DN3DDIR}" PLIST_SUB+= DN3DDIR="${DN3DDIR:S/${LOCALBASE}\///}" SUB_LIST+= DN3DDIR="${DN3DDIR}" # Add the dependency. .if ${PORTNAME} != "data" RUN_DEPENDS+= ${DN3DDIR}:${PORTSDIR}/games/duke3d-data .endif td> index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/games/qkmj
Commit message (Expand)AuthorAgeFilesLines
* Correct RUN_DEPENDS on amd64 platform.clive2008-02-201-1/+1
* At this moment, most people use RELENG_6 or greater, with UTF-8 terminal, soclive2008-02-162-2/+3
* Remove always-false/true conditions based on OSVERSION 500000edwin2007-10-041-7/+3
* - Make it run on amd64 by using compat libraryrafan2006-12-242-4/+5
* SHA256ifyedwin2006-01-22