mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
68a8fbed3e
- Add old slaves for some games (e.g. Ghosts'n Demons) based on
http://www.chronocrash.com/forum/index.php?topic=2360.0
- Annotate .desktop file with build version
- Drop v3.0 from package version
- s/module/game/ in pkg-message for less ambiguity
Changes: ba1eb4f...4dfdb66
13 lines
227 B
Makefile
13 lines
227 B
Makefile
# $FreeBSD$
|
|
|
|
PORTVERSION= 3711
|
|
PKGNAMESUFFIX= ${PORTVERSION}
|
|
|
|
MASTERDIR= ${.CURDIR}/../openbor
|
|
PATCHDIR= ${.CURDIR}/../openbor3482/files
|
|
DISTINFO_FILE= ${.CURDIR}/distinfo
|
|
|
|
GH_TAGNAME= 6ec17fa
|
|
|
|
.include "${MASTERDIR}/Makefile"
|