[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / OpenXM / misc / packages / FreeBSD

Annotation of OpenXM/misc/packages/FreeBSD/Makefile, Revision 1.6

1.6     ! takayama    1: # $OpenXM: OpenXM/misc/packages/FreeBSD/Makefile,v 1.5 2000/03/11 02:45:53 takayama Exp $
1.5       takayama    2: VERSION=1.1.2
1.6     ! takayama    3: TAG=HEAD
1.5       takayama    4:
                      5: usage:
                      6:        @echo "Targets:  "
                      7:        @echo "  clean "
                      8:        @echo "  update-plist "
1.1       takayama    9:
                     10: all :
                     11:
                     12: clean:
1.6     ! takayama   13:        -/bin/rm -rf openxm-ports/openxm-1.1.2/work openxm-ports/openxm-1.1.2/openxm-1.1.2.tgz work
1.3       takayama   14: ##  tmp2 might be used to debug openxm-1.1.2 for ports.
1.1       takayama   15:        -/bin/rm -rf $(HOME)/tmp2/OpenXM $(HOME)/tmp2/bin
1.2       takayama   16:        -mkdir $(HOME)/tmp2
                     17:        -mkdir $(HOME)/tmp2/bin
1.5       takayama   18:
                     19: ## You need to put the source tar ball under $(HOME)/tmp
                     20: update-plist :
                     21:        -mkdir $(HOME)/tmp2 $(HOME)/tmp2/bin $(HOME)/tmp2/man $(HOME)/tmp2/man/man1
                     22:        (cd openxm-ports/openxm-${VERSION} ; make TAR_WORK=$(HOME)/tmp DISTDIR=$(HOME)/tmp PREFIX=$(HOME)/tmp2)
                     23:        (cd openxm-ports/openxm-${VERSION}/files ; make ; ./gen-plist.shell)
                     24:        (cd openxm-ports/openxm-${VERSION}/files ; cp plist-tmp2 ../pkg/PLIST)
1.6     ! takayama   25:        (cd openxm-ports/openxm-${VERSION}/pkg ; rcvs commit -m 'Automatic update by update-plist' PLIST)
        !            26:
        !            27:
        !            28: make-tar-ball-for-openxm-port:
        !            29:        rm -rf work
        !            30:        (cd work ; $(RCVS) export -r${TAG} OpenXM/misc/packages/FreeBSD)
        !            31:        (cd work ; OpenXM/misc/packages/FreeBSD/openxm-ports/openxm-1.1.2 openxm)
        !            32:        (cd work ; tar czf ${TAR_WORK}/openxm-port.tar.gz openxm)
1.1       takayama   33:

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>