| | # Build a release of 'tsearchpath' using 'make' |
---|
| | # $Id: makefile,v 1.103 2010/06/25 14:52:49 tundra Exp $ |
---|
| | # $Id: makefile,v 1.104 2010/06/25 15:49:45 tundra Exp $ |
---|
| | # Requires a modern 'make' like GNU. |
---|
| | |
---|
| | |
---|
| | # Uncomment One Of The Following For Early Releases |
---|
| |
---|
| | # Nothing Should Need To Change Below This Line |
---|
| | ##### |
---|
| | |
---|
| | |
---|
| | DIR = ${PORTNAME}-${VERSION} |
---|
| | DIR = py-${PORTNAME}-${VERSION} |
---|
| | HEADER1 = "WHATSNEW For '${PROGNAME}' ${VERSION} (`date`)" |
---|
| | HEADER2 = "----------------------------------------------------------------------" |
---|
| | TARBALL = ${DIR}.tar.gz |
---|
| | TMPFILE = tmpfile |
---|
| |
---|
| | |