Subversion Repositories pub

Compare Revisions

No changes between revisions

Ignore whitespace Rev 663 → Rev 664

/video-contact-sheet/branches/1.13.2-pre.3+early_color/dist/BSDmakefile
0,0 → 1,16
#
# $Id$
# Makefile for BSD-make
#
 
VERSION!=sed -n '/VERSION=/s/.*"\([^"]*\)".*/\1/p' vcs | head -n1
PACKAGER!=finger -lp `echo $USER` 2>/dev/null | head -n1 | cut -d: -f3
.if empty($(PACKAGER))
PACKAGER!=getent passwd "`id -un`" | cut -d: -f5 | cut -d, -f1
.endif
 
GMAKE?=gmake
RM?=rm -f
 
include common.mk
 
Property changes:
Added: svn:keywords
+Rev Id Date
\ No newline at end of property