Annotation of OpenXM/misc/packages/FreeBSD/Makefile, Revision 1.5
1.5 ! takayama 1: # $OpenXM: OpenXM/misc/packages/FreeBSD/Makefile,v 1.4 2000/03/11 02:01:40 takayama Exp $
! 2: VERSION=1.1.2
! 3:
! 4: usage:
! 5: @echo "Targets: "
! 6: @echo " clean "
! 7: @echo " update-plist "
1.1 takayama 8:
9: all :
10:
11: clean:
12: -/bin/rm -rf openxm-ports/openxm-1.1.2/work openxm-ports/openxm-1.1.2/openxm-1.1.2.tgz
1.3 takayama 13: ## tmp2 might be used to debug openxm-1.1.2 for ports.
1.1 takayama 14: -/bin/rm -rf $(HOME)/tmp2/OpenXM $(HOME)/tmp2/bin
1.2 takayama 15: -mkdir $(HOME)/tmp2
16: -mkdir $(HOME)/tmp2/bin
1.5 ! takayama 17:
! 18: ## You need to put the source tar ball under $(HOME)/tmp
! 19: update-plist :
! 20: -mkdir $(HOME)/tmp2 $(HOME)/tmp2/bin $(HOME)/tmp2/man $(HOME)/tmp2/man/man1
! 21: (cd openxm-ports/openxm-${VERSION} ; make TAR_WORK=$(HOME)/tmp DISTDIR=$(HOME)/tmp PREFIX=$(HOME)/tmp2)
! 22: (cd openxm-ports/openxm-${VERSION}/files ; make ; ./gen-plist.shell)
! 23: (cd openxm-ports/openxm-${VERSION}/files ; cp plist-tmp2 ../pkg/PLIST)
! 24: (cd openxm-ports/openxm-${VERSION}/pkg ; rcvs commit PLIST)
1.1 takayama 25:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>