mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-25 21:10:24 -04:00
11 lines
267 B
Makefile
11 lines
267 B
Makefile
# $NetBSD: version.mk,v 1.4 2012/04/16 10:19:34 asau Exp $
|
|
###
|
|
.if !defined(GAMBC_VERSION_MK)
|
|
GAMBC_VERSION_MK= # empty
|
|
###
|
|
### The package version sets the distribution version.
|
|
###
|
|
GAMBC_VERSION= 4.6.5
|
|
GAMBC_DIST_VERSION= ${GAMBC_VERSION:C|^.*|v&|:S|.|_|g}
|
|
.endif
|